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;
|
||||
users.users.oh = {
|
||||
defaultUserShell = pkgs.nushell;
|
||||
isNormalUser = true;
|
||||
description = "oh";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
|
|
Loading…
Reference in a new issue