Allow all unfree packages

This commit is contained in:
SebastianStork 2024-08-18 12:58:29 +02:00
parent b369cd9804
commit 6b74830b41

View file

@ -68,18 +68,5 @@
pkgs.nh pkgs.nh
]; ];
nixpkgs.config.allowUnfreePredicate = nixpkgs.config.allowUnfree = true;
pkg:
builtins.elem (pkgs.lib.getName pkg) [
"steam"
"steam-original"
"steam-run"
"corefonts"
"nvidia-x11"
"nvidia-settings"
"spotify"
"obsidian"
"davinci-resolve"
"ticktick"
];
} }