Use nushell package as configured in HM module
This commit is contained in:
parent
c504a84f6c
commit
0e0e0c2c1f
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue