Enable xserver and xwayland for Vanguard
This commit is contained in:
parent
dac07a1229
commit
cc75a74d52
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue