Commit 8fa5219f4c2b
Changed files (1)
modules
profiles
modules/profiles/zsh.nix
@@ -8,7 +8,7 @@ in
options = {
profiles.zsh = {
enable = mkOption {
- default = false;
+ default = true;
description = "Enable zsh profile and configuration";
type = types.bool;
};