commit 8fa5219f4c2badb13622d5e4d3b4c5726c278c6f
parent 2dec085abc1e8049b8cff96ce951ea3e4300d0b8
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sun, 30 Jun 2019 17:32:18 +0200
profiles.zsh: enable by default
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/profiles/zsh.nix b/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;
};