Add gamescope fixes
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -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";
|
||||
|
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user