Compare commits
No commits in common. "9f8b5c0a7bb265a58ed7c5382f7008b7efe722e8" and "9233e386f35b3089268f9c28a263abe966f07096" have entirely different histories.
9f8b5c0a7b
...
9233e386f3
|
@ -200,8 +200,8 @@ in {
|
||||||
in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=100"];
|
in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=100"];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/models" = {
|
fileSystems."/mnt/development" = {
|
||||||
device = "//vanten-s.com/models";
|
device = "//vanten-s.com/development";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
options = let
|
options = let
|
||||||
# this line prevents hanging on network split
|
# this line prevents hanging on network split
|
||||||
|
|
|
@ -9,7 +9,7 @@ require('silicon').setup({
|
||||||
pad_vert = 80,
|
pad_vert = 80,
|
||||||
pad_horiz = 50,
|
pad_horiz = 50,
|
||||||
output = {
|
output = {
|
||||||
path = "/home/svante/Pictures/Screenshots",
|
path = "/home/krivah/Pictures/Screenshots",
|
||||||
format = "silicon_[year][month][day]_[hour][minute][second].png",
|
format = "silicon_[year][month][day]_[hour][minute][second].png",
|
||||||
},
|
},
|
||||||
window_title = function()
|
window_title = function()
|
||||||
|
|
|
@ -10,11 +10,5 @@ return {
|
||||||
{ 'hrsh7th/nvim-cmp' },
|
{ 'hrsh7th/nvim-cmp' },
|
||||||
{ 'hrsh7th/cmp-vsnip' },
|
{ 'hrsh7th/cmp-vsnip' },
|
||||||
{ 'hrsh7th/vim-vsnip' },
|
{ 'hrsh7th/vim-vsnip' },
|
||||||
{ 'krivahtoo/silicon.nvim', build = './install.sh' },
|
{ 'krivahtoo/silicon.nvim', build = './install.sh' }
|
||||||
{
|
|
||||||
"iamcco/markdown-preview.nvim",
|
|
||||||
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
|
|
||||||
ft = { "markdown" },
|
|
||||||
build = function() vim.fn["mkdp#util#install"]() end,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue