Fix discord scaling issues due to xwayland scaling

This commit is contained in:
Joshua Yuen 2026-06-21 15:40:51 -04:00
parent c75e935a2c
commit 0ac4151479
Signed by: josh
GPG Key ID: 530DA0331EFE99F5
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ in
};
env = [
"ELECTRON_OZONE_PLATFORM_HINT, wayland"
"NIXOS_OZONE_WL, 1"
"XDG_CURRENT_DESKTOP, Hyprland"
"XDG_SESSION_DESKTOP, Hyprland"
@ -59,6 +60,7 @@ in
xwayland = {
enabled = true;
force_zero_scaling = true;
};
ecosystem = {