swiched nushell to full package

This commit is contained in:
Forestcat 2024-01-16 20:10:32 +01:00
parent 724eef285a
commit 4d9a66f918

View file

@ -69,7 +69,7 @@
extraGroups = ["networkmanager" "wheel" "audio"]; extraGroups = ["networkmanager" "wheel" "audio"];
packages = with pkgs; []; packages = with pkgs; [];
}; };
users.defaultUserShell = pkgs.nushell; users.defaultUserShell = pkgs.nushellFull;
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;