pkgs: allow nonfree

This commit is contained in:
Daniella / Tove 2024-11-06 11:00:41 +01:00
parent a708098a1e
commit 52d2e79088
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -14,6 +14,7 @@ in
./home.nix ./home.nix
]; ];
nixpkgs.config.allowUnfree = true;
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with upkgs; [ environment.systemPackages = with upkgs; [