diff --git a/users/erwin/default.nix b/users/erwin/default.nix index 625ccd2..b2d7ec5 100644 --- a/users/erwin/default.nix +++ b/users/erwin/default.nix @@ -26,7 +26,7 @@ in home = "/home/erwin"; extraGroups = [ "wheel" "adm" "audio" "video" "dialout" "input" ] ++ (optional config.hardware.i2c.enable config.hardware.i2c.group); - shell = pkgs.nushell; + shell = config.home-manager.users.erwin.programs.nushell.package; openssh.authorizedKeys.keyFiles = [ (pkgs.fetchurl { url = "https://github.com/eboskma.keys";