From 6ba376e1f54df235e23aca9c27edff21070424dd Mon Sep 17 00:00:00 2001 From: foxora Date: Tue, 24 Feb 2026 14:42:28 +0000 Subject: [PATCH] fixed sddm hanging --- homes/modules/wm/hyprland/hyprland.nix | 5 +++++ hosts/nixarawrui/default.nix | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/homes/modules/wm/hyprland/hyprland.nix b/homes/modules/wm/hyprland/hyprland.nix index e0a7d21..cc22886 100644 --- a/homes/modules/wm/hyprland/hyprland.nix +++ b/homes/modules/wm/hyprland/hyprland.nix @@ -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" ]; }; }; diff --git a/hosts/nixarawrui/default.nix b/hosts/nixarawrui/default.nix index 05d6c38..e23ad29 100644 --- a/hosts/nixarawrui/default.nix +++ b/hosts/nixarawrui/default.nix @@ -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 = {