Enable zsh on-host to populate /etc/zshrc with nix
This commit is contained in:
@@ -75,6 +75,8 @@
|
||||
openssh.authorizedKeys.keys = trustedSSHKeys;
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
# Create /etc/zshrc that loads the nix-darwin environment.
|
||||
programs.zsh.enable = true;
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user