swiched nushell to full package
This commit is contained in:
parent
724eef285a
commit
4d9a66f918
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue