diff options
| author | Baitinq <[email protected]> | 2025-09-21 16:18:25 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-09-21 16:18:25 +0200 |
| commit | be31bc40268a5a4f016b0fd883fe8577d694f4ba (patch) | |
| tree | d09c5ed19fc779c2019ccf6ba7c6a50a5f5e465f /hosts | |
| parent | dotfiles: ghostty: remove deprecated option (diff) | |
| download | nixos-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.nix | 1 |
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 = { |