init default usershell

This commit is contained in:
notohh 2023-02-27 05:48:58 -05:00
parent ff40dbf6d1
commit 05fbce4cb7
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -51,6 +51,7 @@
virtualisation.docker.enable = true;
users.users.oh = {
defaultUserShell = pkgs.nushell;
isNormalUser = true;
description = "oh";
extraGroups = [ "networkmanager" "wheel" ];