Commit 8fa5219f4c2b

Vincent Demeester <vincent@sbr.pm>
2019-06-30 17:32:18
profiles.zsh: enable by default
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2dec085
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;
       };