Compare commits

..

No commits in common. "9f8b5c0a7bb265a58ed7c5382f7008b7efe722e8" and "9233e386f35b3089268f9c28a263abe966f07096" have entirely different histories.

3 changed files with 4 additions and 10 deletions

View file

@ -200,8 +200,8 @@ in {
in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=100"];
};
fileSystems."/mnt/models" = {
device = "//vanten-s.com/models";
fileSystems."/mnt/development" = {
device = "//vanten-s.com/development";
fsType = "cifs";
options = let
# this line prevents hanging on network split

View file

@ -9,7 +9,7 @@ require('silicon').setup({
pad_vert = 80,
pad_horiz = 50,
output = {
path = "/home/svante/Pictures/Screenshots",
path = "/home/krivah/Pictures/Screenshots",
format = "silicon_[year][month][day]_[hour][minute][second].png",
},
window_title = function()

View file

@ -10,11 +10,5 @@ return {
{ 'hrsh7th/nvim-cmp' },
{ 'hrsh7th/cmp-vsnip' },
{ 'hrsh7th/vim-vsnip' },
{ 'krivahtoo/silicon.nvim', build = './install.sh' },
{
"iamcco/markdown-preview.nvim",
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
ft = { "markdown" },
build = function() vim.fn["mkdp#util#install"]() end,
},
{ 'krivahtoo/silicon.nvim', build = './install.sh' }
}