disallow unfree by default
This commit is contained in:
parent
716e9e7ac2
commit
17e15e69d1
12 changed files with 27 additions and 46 deletions
|
@ -8,10 +8,5 @@
|
|||
extraOutputsToInstall = ["doc" "devdoc"];
|
||||
};
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
allowUnfreePredicate = _: true;
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue