hm-modules: initial neovim support
This commit is contained in:
parent
afbaa27b60
commit
2f6d398652
3 changed files with 15 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
./cliPrograms/starship
|
||||
./cliPrograms/fastfetch
|
||||
./cliPrograms/helix
|
||||
./cliPorgrams/neovim
|
||||
|
||||
./desktopPrograms/firefox.nix
|
||||
./desktopPrograms/amberol.nix
|
||||
|
|
@ -44,6 +45,7 @@
|
|||
hyfetch.enable = lib.mkDefault false;
|
||||
starship.enable = lib.mkDefault false;
|
||||
helix.enable = lib.mkDefault false;
|
||||
neovim.enable = lib.mkDefault false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue