add direnv and neovide

This commit is contained in:
uku 2023-11-10 02:41:24 +01:00
parent 11852da884
commit 28117c1b58
Signed by: uku
GPG key ID: 7D01D7B105E77166

View file

@ -139,6 +139,7 @@
ragenix.packages.${system}.default ragenix.packages.${system}.default
getchvim.packages.${system}.default getchvim.packages.${system}.default
nix-your-shell nix-your-shell
neovide
]; ];
}; };
@ -162,6 +163,8 @@
''; '';
}; };
direnv.enable = true;
command-not-found.enable = false; command-not-found.enable = false;
nix-index = { nix-index = {
enable = true; enable = true;