diff --git a/hosts/common/configs/user/gui/hyprland/default.nix b/hosts/common/configs/user/gui/hyprland/default.nix index 39f59ec..15f0015 100644 --- a/hosts/common/configs/user/gui/hyprland/default.nix +++ b/hosts/common/configs/user/gui/hyprland/default.nix @@ -152,6 +152,9 @@ no_update_news = true; no_donation_nag = true; }; + + # FIXME: https://github.com/ValveSoftware/gamescope/issues/1825 + debug.full_cm_proto = true; }; extraConfig = "source = ./theme.conf"; diff --git a/hosts/himalia/hardware/default.nix b/hosts/himalia/hardware/default.nix index ea20a4e..3de0e41 100644 --- a/hosts/himalia/hardware/default.nix +++ b/hosts/himalia/hardware/default.nix @@ -125,6 +125,11 @@ }; }; + programs.gamescope.args = [ + # FIXME: https://github.com/ValveSoftware/gamescope/issues/1590 + "--prefer-vk-device" "10de:2f58" + ]; + environment.persistence."/persist/state"."/etc/asusd/aura_19b6.ron" = { }; home-manager.sharedModules = [