macs/guest-catalina: configure zsh
Otherwise, if an admin ever needs to SSH in and run Nix commands, they won't be able to and will get "command not found" errors without crafting a NIX_PATH and running the binary from the system profile.
Cole Helbling committed
Nov 11, 2021 at 14:15 UTC
092c3c0f72e573dd2b6c8e7d7095e38dcbb63b00
1 file changed
+2
macs/guest-catalina/darwin-configuration.nix
+2
@@ -21,6 +21,8 @@ in
21
config.nix.package
22
];
23
24
+ programs.zsh.enable = true;
25
+ programs.zsh.enableCompletion = false;
26
programs.bash.enable = true;
27
programs.bash.enableCompletion = false;
28