diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-29 16:36:55 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-29 16:36:55 -0400 |
| commit | a1c69cddca1e8feb871e5a26b3809336f80a58bd (patch) | |
| tree | ae98db58f828bee37ea1a19fa6d11b6616d35637 /modules/global.nix | |
| parent | 5ea3e108c85d5635ee945d3a47be1ad1d6940e97 (diff) | |
| download | home-a1c69cddca1e8feb871e5a26b3809336f80a58bd.tar.gz | |
update
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 = { |