moved nixvim into own home-manager module.
moved pass store location.
This commit is contained in:
parent
bbc6beb3da
commit
2253c6c34a
28 changed files with 24 additions and 11 deletions
15
modules/home-manager/nvim/which-key.nix
Normal file
15
modules/home-manager/nvim/which-key.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
configs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.nixvim = {
|
||||
options = {
|
||||
timeout = true;
|
||||
timeoutlen = 300;
|
||||
};
|
||||
plugins.which-key = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue