init default usershell
This commit is contained in:
parent
ff40dbf6d1
commit
05fbce4cb7
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
users.users.oh = {
|
users.users.oh = {
|
||||||
|
defaultUserShell = pkgs.nushell;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "oh";
|
description = "oh";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
|
|
Loading…
Reference in a new issue