aboutsummaryrefslogtreecommitdiff
path: root/modules/global.nix
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-04-29 16:36:55 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-04-29 16:36:55 -0400
commita1c69cddca1e8feb871e5a26b3809336f80a58bd (patch)
treeae98db58f828bee37ea1a19fa6d11b6616d35637 /modules/global.nix
parent5ea3e108c85d5635ee945d3a47be1ad1d6940e97 (diff)
downloadhome-a1c69cddca1e8feb871e5a26b3809336f80a58bd.tar.gz
update
Diffstat (limited to 'modules/global.nix')
-rw-r--r--modules/global.nix7
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 = {