fix(nixos:hardware) hardware.opengl -> hardware.graphics

This commit is contained in:
ooks-io 2024-08-09 21:50:31 +12:00
parent bd899fb160
commit 42570b6d00
5 changed files with 26 additions and 13 deletions

View file

@ -8,7 +8,7 @@
cfg = config.ooknet.gaming.gamescope;
in {
config = mkIf cfg.enable {
hardware.opengl.extraPackages = [pkgs.gamescope];
hardware.graphics.extraPackages = [pkgs.gamescope];
programs.gamescope = {
enable = true;
capSysNice = true;