[NixOS] Actually enable zsh as a shell
This commit is contained in:
parent
282167f336
commit
8e58adc890
@ -201,6 +201,7 @@ in
|
||||
};
|
||||
|
||||
programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
|
||||
programs.zsh.enable = true;
|
||||
services.openssh.enable = true;
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user