diff --git a/common.nix b/common.nix index 3154338..ae61d2a 100644 --- a/common.nix +++ b/common.nix @@ -139,6 +139,7 @@ ragenix.packages.${system}.default getchvim.packages.${system}.default nix-your-shell + neovide ]; }; @@ -162,6 +163,8 @@ ''; }; + direnv.enable = true; + command-not-found.enable = false; nix-index = { enable = true;