From 05fbce4cb723cb0e3ab1c4c918d46c14f74bd651 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 27 Feb 2023 05:48:58 -0500 Subject: [PATCH] init default usershell --- hosts/hime/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hime/default.nix b/hosts/hime/default.nix index d40fdb5..131725c 100644 --- a/hosts/hime/default.nix +++ b/hosts/hime/default.nix @@ -51,6 +51,7 @@ virtualisation.docker.enable = true; users.users.oh = { + defaultUserShell = pkgs.nushell; isNormalUser = true; description = "oh"; extraGroups = [ "networkmanager" "wheel" ];