diff --git a/modules/home/caem/core/zsh.nix b/modules/home/caem/core/zsh.nix index 7ff8697..b73340c 100644 --- a/modules/home/caem/core/zsh.nix +++ b/modules/home/caem/core/zsh.nix @@ -1,7 +1,7 @@ -{ config, lib, ... }: +{ config, ... }: { - home.file.".zshenv".text = lib.mkLast ""; + home.file.".zshenv".enable = false; programs.zsh = { enable = true; enableCompletion = true;