Add gamescope fixes

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-07-25 23:52:01 +01:00
parent 453c8ecc65
commit aaca09300e
2 changed files with 8 additions and 0 deletions

View File

@@ -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";

View File

@@ -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 = [