pkgs: allow nonfree
This commit is contained in:
parent
a708098a1e
commit
52d2e79088
1 changed files with 1 additions and 0 deletions
|
@ -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; [
|
||||||
|
|
Loading…
Add table
Reference in a new issue