chore(Zephyrus): Added steam related programs to the unfree predicate

This commit is contained in:
GaspardCulis 2024-09-29 18:46:29 +02:00
parent 2b3fcd3168
commit 16f09b1174

View file

@ -51,7 +51,16 @@
]; ];
# NVIDIA # NVIDIA
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) ["nvidia-x11" "nvidia-settings"]; nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
# NVIDIA
"nvidia-x11"
"nvidia-settings"
# Steam
"steam"
"steam-original"
"steam-run"
];
hardware.graphics.enable = true; hardware.graphics.enable = true;