l zsh: set as default shell for everyone

This commit is contained in:
lassulus 2018-01-30 18:15:57 +01:00
parent 0cad7868a4
commit 7b49153a48

View File

@ -136,6 +136,5 @@
};
environment.shellAliases.ns = "nix-shell --command zsh";
users.users.mainUser.shell = "/run/current-system/sw/bin/zsh";
users.users.root.shell = "/run/current-system/sw/bin/zsh";
users.defaultUserShell = "/run/current-system/sw/bin/zsh";
}