nix/os: make zsh the default shell for common systems

This commit is contained in:
steveej 2018-11-12 23:20:08 +01:00
parent 41820b9b7e
commit 0211fa66b9
2 changed files with 2 additions and 24 deletions

View file

@ -16,9 +16,6 @@
};
services.resolved.enable = false;
users.defaultUserShell = pkgs.zsh;
environment.pathsToLink = [ "/share/zsh" ];
# hardware related services
services.illum.enable = true;
services.pcscd.enable = true;