fix(nixos:hardware) hardware.opengl -> hardware.graphics
This commit is contained in:
parent
bd899fb160
commit
42570b6d00
5 changed files with 26 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue