From 5a75f7b986d3df212bfcfb7f459e202b779d1ca3 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sat, 15 May 2021 01:13:04 +0100 Subject: [PATCH] users/kat: Disable nix-direnv. It doesn't work properly for zsh. --- users/kat/base/zsh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/users/kat/base/zsh.nix b/users/kat/base/zsh.nix index 95119093..e6e68780 100644 --- a/users/kat/base/zsh.nix +++ b/users/kat/base/zsh.nix @@ -66,6 +66,5 @@ programs.direnv = { enable = true; enableZshIntegration = true; - enableNixDirenvIntegration = true; }; }