diff --git a/modules/home-config.nix b/modules/home-config.nix index 33b2e8b..9a3b3aa 100644 --- a/modules/home-config.nix +++ b/modules/home-config.nix @@ -201,6 +201,8 @@ in { enable = true; profiles.default = { isDefault = true; }; }; + + zsh.enable = true; }; }; }