fix: Enable gamescope properly
This commit is contained in:
parent
f7e3b52f07
commit
b8a93a72a6
1 changed files with 1 additions and 4 deletions
|
@ -25,12 +25,9 @@
|
||||||
dedicatedServer.openFirewall = true;
|
dedicatedServer.openFirewall = true;
|
||||||
};
|
};
|
||||||
programs.xwayland.enable = true;
|
programs.xwayland.enable = true;
|
||||||
|
programs.gamescope.enable = true;
|
||||||
|
|
||||||
chaotic.steam.extraCompatPackages = with pkgs; [
|
chaotic.steam.extraCompatPackages = with pkgs; [
|
||||||
proton-ge-custom
|
proton-ge-custom
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
gamescope
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue