about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-09-21 16:18:25 +0200
committerBaitinq <[email protected]>2025-09-21 16:18:25 +0200
commitbe31bc40268a5a4f016b0fd883fe8577d694f4ba (patch)
treed09c5ed19fc779c2019ccf6ba7c6a50a5f5e465f /hosts
parentdotfiles: ghostty: remove deprecated option (diff)
downloadnixos-config-be31bc40268a5a4f016b0fd883fe8577d694f4ba.tar.gz
nixos-config-be31bc40268a5a4f016b0fd883fe8577d694f4ba.tar.bz2
nixos-config-be31bc40268a5a4f016b0fd883fe8577d694f4ba.zip
Home: Fix nix-direnv
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 93e2f36..3f040af 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -210,6 +210,7 @@
     direnv = {
       enable = true;
       nix-direnv.enable = true;
+      enableZshIntegration = true;
     };
 
     emacs = {