Allow Steam using allowUnfreePredicate

This commit is contained in:
Jimbo 2025-01-23 13:42:31 -05:00
parent 6867c6ead3
commit 90db829f85

View file

@ -6,4 +6,9 @@
steam steam
steam-run steam-run
]; ];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
"steam-unwrapped"
];
} }