fixed sddm hanging

This commit is contained in:
foxora 2026-02-24 14:42:28 +00:00
parent 5ce35d8d36
commit 6ba376e1f5
2 changed files with 5 additions and 4 deletions

View file

@ -297,6 +297,11 @@
"HYPRCURSOR_SIZE,24"
"QT_QPA_PLATFORM,wayland"
# makes portals work correctly
"QT_QPA_PLATFORMTHEME,xdgdesktopportal"
# the other option that might work :3
#"QT_QPA_PLATFORMTHEME,flatpak"
];
};
};

View file

@ -84,10 +84,6 @@
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
# makes portals work correctly
QT_QPA_PLATFORMTHEME = "xdgdesktopportal";
#QT_QPA_PLATFORMTHEME = "flatpak"; # sometimes might need this
};
xdg.portal = {