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