Remove unfree packages

This commit is contained in:
Fabian Hauser 2025-03-25 15:50:08 +02:00
parent 85ea7fe030
commit 5ff94e05b8
2 changed files with 0 additions and 22 deletions

View file

@ -11,7 +11,6 @@
./overlays.nix
./physical.nix
./security.nix
./unfree.nix
./virtual-machine.nix
];

View file

@ -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"
];
}