Remove unfree packages
This commit is contained in:
parent
85ea7fe030
commit
5ff94e05b8
2 changed files with 0 additions and 22 deletions
|
@ -11,7 +11,6 @@
|
||||||
./overlays.nix
|
./overlays.nix
|
||||||
./physical.nix
|
./physical.nix
|
||||||
./security.nix
|
./security.nix
|
||||||
./unfree.nix
|
|
||||||
./virtual-machine.nix
|
./virtual-machine.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
{
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
{
|
|
||||||
nixpkgs.config.allowUnfreePredicate =
|
|
||||||
pkg:
|
|
||||||
builtins.elem (lib.getName pkg) [
|
|
||||||
"corefonts"
|
|
||||||
"camingo-code"
|
|
||||||
"helvetica-neue-lt-std"
|
|
||||||
#"kochi-substitute-naga10"
|
|
||||||
"ttf-envy-code-r"
|
|
||||||
"vista-fonts"
|
|
||||||
"vista-fonts-chs"
|
|
||||||
"xkcd-font-unstable"
|
|
||||||
"ricty"
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue