actually use dash as the default shell (thanks raf)
This commit is contained in:
parent
20eee01a7f
commit
88f71c5e67
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
users.defaultUserShell = pkgs.dash;
|
||||
}: let
|
||||
inherit (lib) getExe;
|
||||
in {
|
||||
environment.binsh = getExe pkgs.dash;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue