niksos/options/common/dash.nix

6 lines
67 B
Nix

{
pkgs,
...
}: {
users.defaultUserShell = pkgs.dash;
}