zenix: update, rm cosmic

This commit is contained in:
Tristan 2025-08-30 16:32:18 +01:00
parent 2219fb8619
commit 3c0e9c18de
9 changed files with 52 additions and 74 deletions

View file

@ -1,10 +0,0 @@
command: {user, ...}: {
services.greetd = {
enable = true;
settings = {
default_session = {
inherit command user;
};
};
};
}

View file

@ -12,10 +12,13 @@
dedicatedServer.openFirewall = true;
gamescopeSession = {
enable = true;
args = ["-r" "120" "-W" "3840" "-H" "2160" "-O" "HDMI-A-1" "--rt" "--hdr-enabled" "--adaptive-sync"];
args = ["-r" "120" "-W" "3840" "-H" "2160" "-O" "HDMI-A-1" "--rt" "--hdr-enabled" "--adaptive-sync" "--xwayland-count" "2"];
env = {
PROTON_ENABLE_WAYLAND = "1";
PROTON_ENABLE_HDR = "1";
ENABLE_HDR_WSI = "1";
DXVK_HDR = "1";
STEAM_MULTIPLE_XWAYLANDS = "1";
};
};
};