diff --git a/modules/home/caem/core/zsh.nix b/modules/home/caem/core/zsh.nix index 26d5cbb..a81a7b6 100644 --- a/modules/home/caem/core/zsh.nix +++ b/modules/home/caem/core/zsh.nix @@ -1,6 +1,7 @@ -{ config, ... }: +{ config, lib, ... }: { + home.file.".zshenv" = lib.mkForce null; programs.zsh = { enable = true; enableCompletion = true;