diff options
| author | Joshua Bronson <jabronson@gmail.com> | 2022-08-25 09:43:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-25 09:43:42 -0400 |
| commit | 05cab3fc91c001403aa954327c0c0f156c200e25 (patch) | |
| tree | 9082ddd73d6f7ffdc132199c3be471c7afcd25ec /modules/examples/simple.nix | |
| parent | ef0e7f41cdf8fae1d2390c4df246c90a364ed8d9 (diff) | |
Fix copypasta in simple example
Diffstat (limited to 'modules/examples/simple.nix')
| -rw-r--r-- | modules/examples/simple.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/simple.nix b/modules/examples/simple.nix index 875d64a..d146fde 100644 --- a/modules/examples/simple.nix +++ b/modules/examples/simple.nix @@ -15,7 +15,7 @@ # services.nix-daemon.enable = true; # nix.package = pkgs.nix; - # Create /etc/bashrc that loads the nix-darwin environment. + # Create /etc/zshrc that loads the nix-darwin environment. programs.zsh.enable = true; # default shell on catalina # programs.fish.enable = true; |
