diff options
Diffstat (limited to 'modules/global.nix')
| -rw-r--r-- | modules/global.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/global.nix b/modules/global.nix index 0247896..1e5bfb8 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -59,7 +59,12 @@ in programs = { home-manager.enable = true; - direnv.enable = true; + direnv = { + enable = true; + enableZshIntegration = true; + enableBashIntegration = true; + silent = true; + }; }; dconf = { |