globably allow unfree packages

This commit is contained in:
fleaz 2022-05-16 15:31:21 +02:00
parent ae83977fc6
commit 1279022a66
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
4 changed files with 7 additions and 30 deletions

View file

@ -1,9 +1,4 @@
{lib, ...}: {
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
"steam-original"
"steam-runtime"
];
programs.steam.enable = true;
}