diff options
| author | Domen Kožar <domen@dev.si> | 2022-08-29 09:35:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-29 09:35:18 +0100 |
| commit | 157a3c3c4ea482317a4eb4ea2c41db4f16c82420 (patch) | |
| tree | d9e265964b33f6949948aa678a4cf09d8ea43a43 /modules | |
| parent | 0fb911a78aae615a249d8589605c7ff16383c93b (diff) | |
| parent | 05cab3fc91c001403aa954327c0c0f156c200e25 (diff) | |
Merge pull request #501 from jab/patch-1
Fix copypasta in simple example
Diffstat (limited to 'modules')
| -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; |
