From 4d9a66f918ecf9b979aefa7ebb2f8752ec72991b Mon Sep 17 00:00:00 2001 From: Forestcat Date: Tue, 16 Jan 2024 20:10:32 +0100 Subject: [PATCH] swiched nushell to full package --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 8f2dc20..8ed4b98 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -69,7 +69,7 @@ extraGroups = ["networkmanager" "wheel" "audio"]; packages = with pkgs; []; }; - users.defaultUserShell = pkgs.nushell; + users.defaultUserShell = pkgs.nushellFull; # Allow unfree packages nixpkgs.config.allowUnfree = true;