diff options
-rw-r--r-- | home-manager/stvnliu/shells/direnv.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home-manager/stvnliu/shells/direnv.nix b/home-manager/stvnliu/shells/direnv.nix index 6f6ebfb..6124695 100644 --- a/home-manager/stvnliu/shells/direnv.nix +++ b/home-manager/stvnliu/shells/direnv.nix @@ -1,8 +1,7 @@ -{...}: { +{config, ...}: { programs = { direnv = { enable = true; - enableNushellIntegration = true; nix-direnv.enable = true; }; }; |