fixed sddm hanging
This commit is contained in:
parent
5ce35d8d36
commit
6ba376e1f5
2 changed files with 5 additions and 4 deletions
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue