framework: unfree predicate module

lf => yazy
add grayjay
This commit is contained in:
Tristan 2025-08-26 13:35:00 +01:00
parent 9e40da0a9c
commit 2219fb8619
10 changed files with 49 additions and 34 deletions

View file

@ -1,16 +1,11 @@
{
lib,
pkgs,
...
}: {
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"steam"
"steam-unwrapped"
"steam-run"
"steam-original"
"osu-lazer"
];
{...}: {
allowUnfreePkgNames = [
"steam"
"steam-unwrapped"
"steam-run"
"steam-original"
"osu-lazer"
];
programs.steam = {
enable = true;
remotePlay.openFirewall = true;