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

This commit is contained in:
steveej 2018-11-13 01:06:23 +01:00
parent 431c44e335
commit d49c719f36

View file

@ -65,6 +65,7 @@
mv -Tf /lib64/.ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2
'';
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
environment.pathsToLink = [ "/share/zsh" ];
}