fix hyprland

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-03 16:53:12 -05:00
parent 82178521d1
commit d9d1ba5076
3 changed files with 13 additions and 12 deletions

View file

@ -143,8 +143,8 @@ with lib;
environment.sessionVariables = {
GTK_THEME = "Adwaita:dark";
XDG_SESSION_TYPE = "wayland";
XDG_CURRENT_DESKTOP = "sway";
XDG_SESSION_DESKTOP = "sway";
# XDG_CURRENT_DESKTOP = "sway";
# XDG_SESSION_DESKTOP = "sway";
# prefer EGL renderer (can be changed back to "auto" if needed)
WLR_RENDERER = "egl";