From 3655e7aaee7b66540c39e38ba1e4f1c6dd775f32 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Sat, 29 Nov 2025 15:06:01 -0800 Subject: [PATCH] Add QML2_IMPORT_PATH to quickshell service for QtPositioning support --- modules/components/quickshell-service.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/components/quickshell-service.nix b/modules/components/quickshell-service.nix index e4ddd3a..08d20a2 100644 --- a/modules/components/quickshell-service.nix +++ b/modules/components/quickshell-service.nix @@ -210,6 +210,8 @@ in "XDG_DATA_DIRS=${config.home.profileDirectory}/share:${config.home.homeDirectory}/.nix-profile/share:/etc/profiles/per-user/${config.home.username}/share:/nix/var/nix/profiles/default/share:/run/current-system/sw/share" # Application launcher wrapper path "DOTS_HYPRLAND_APP_LAUNCHER=%h/.cache/dots-hyprland/app-launcher" + # QML module paths for Qt plugins + "QML2_IMPORT_PATH=${pkgs.kdePackages.qt5compat}/lib/qt-6/qml:${pkgs.kdePackages.qtpositioning}/lib/qt-6/qml:${pkgs.kdePackages.qtlocation}/lib/qt-6/qml" ]; # Working directory