pkgs: allow nonfree
This commit is contained in:
parent
52d2e79088
commit
90bad50a90
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ in
|
|||
./home.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
upkgs.config.allowUnfree = true;
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with upkgs; [
|
||||
|
|
Loading…
Add table
Reference in a new issue