summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/flake/flake.nix3
-rw-r--r--modules/examples/simple.nix3
2 files changed, 2 insertions, 4 deletions
diff --git a/modules/examples/flake/flake.nix b/modules/examples/flake/flake.nix
index 94c600e..e6eaefc 100644
--- a/modules/examples/flake/flake.nix
+++ b/modules/examples/flake/flake.nix
@@ -23,8 +23,7 @@
# Necessary for using flakes on this system.
nix.settings.experimental-features = "nix-command flakes";
- # Create /etc/zshrc that loads the nix-darwin environment.
- programs.zsh.enable = true; # default shell on catalina
+ # Enable alternative shell support in nix-darwin.
# programs.fish.enable = true;
# Set Git commit hash for darwin-version.
diff --git a/modules/examples/simple.nix b/modules/examples/simple.nix
index 1133da8..5baf009 100644
--- a/modules/examples/simple.nix
+++ b/modules/examples/simple.nix
@@ -15,8 +15,7 @@
# services.nix-daemon.enable = true;
# nix.package = pkgs.nix;
- # Create /etc/zshrc that loads the nix-darwin environment.
- programs.zsh.enable = true; # default shell on catalina
+ # Enable alternative shell support in nix-darwin.
# programs.fish.enable = true;
# Used for backwards compatibility, please read the changelog before changing.