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,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: let
|
||||||
users.defaultUserShell = pkgs.dash;
|
inherit (lib) getExe;
|
||||||
|
in {
|
||||||
|
environment.binsh = getExe pkgs.dash;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue