preserving hardware-configuration
This commit is contained in:
parent
8d34db82c8
commit
120d26b0e4
13 changed files with 181 additions and 207 deletions
|
|
@ -228,6 +228,17 @@
|
|||
passwordCommand = "pass other/ksh_systemli";
|
||||
};
|
||||
|
||||
programs.neovim.plugins = with pkgs.vimPlugins; [ lazy-nvim ];
|
||||
|
||||
xdg.configFile."nvim/lua/woof-vim.lua".text = ''
|
||||
return {
|
||||
"woof-vim",
|
||||
name = "woof-vim",
|
||||
dev = {
|
||||
path = "~/devel"
|
||||
}
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue