Enable xserver and xwayland for Vanguard

This commit is contained in:
Evie Litherland-Smith 2023-06-29 10:59:36 +01:00
parent dac07a1229
commit cc75a74d52

View file

@ -87,8 +87,14 @@
''; '';
}; };
gamescope-config = {...}: { gamescope-config = {...}: {
services.xserver = {
enable = true;
layout = "gb";
xkbVariant = "";
};
hardware.steam-hardware.enable = true; hardware.steam-hardware.enable = true;
programs = { programs = {
xwayland.enable = true;
gamescope = { gamescope = {
enable = true; enable = true;
capSysNice = true; capSysNice = true;