From 1abab409f85d362de4a95ca1b9d4681a05f793d5 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 9 Jul 2025 21:05:50 +0200 Subject: [PATCH] users: set default shell to nushell --- modules/other/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/other/users.nix b/modules/other/users.nix index ba2fd02..fc57ad3 100644 --- a/modules/other/users.nix +++ b/modules/other/users.nix @@ -74,7 +74,7 @@ in { "docker" ]; # shell = self.packages.${pkgs.stdenv.system}.fish; - shell = pkgs.zsh; + shell = pkgs.nushell; # hashedPasswordFile = "/etc/passwords/cr"; }; # root.hashedPasswordFile = "/persist/passwords/root";