Use nushell package as configured in HM module

This commit is contained in:
Erwin Boskma 2023-04-25 16:17:51 +02:00
parent c504a84f6c
commit 0e0e0c2c1f
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

View file

@ -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";