[NixOS] Actually enable zsh as a shell

This commit is contained in:
Ivan Malison 2018-06-18 14:33:41 -07:00
parent 282167f336
commit 8e58adc890
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -201,6 +201,7 @@ in
};
programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
programs.zsh.enable = true;
services.openssh.enable = true;
services.avahi = {
enable = true;