users/kat: Disable nix-direnv. It doesn't work properly for zsh.

This commit is contained in:
kat witch 2021-05-15 01:13:04 +01:00
parent 2516340fce
commit 5a75f7b986
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -66,6 +66,5 @@
programs.direnv = {
enable = true;
enableZshIntegration = true;
enableNixDirenvIntegration = true;
};
}