From c28d64fd23b7da666bd8efa24e02f96bcaa48cc9 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Sun, 10 Aug 2025 12:18:23 -0700 Subject: [PATCH] Add QtLocation package for complete positioning support - Add kdePackages.qtlocation alongside qtpositioning - This should resolve the 'module QtPositioning is not installed' error - Ensures complete Qt location services for Weather and other services --- packages/dots-hyprland-packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/dots-hyprland-packages.nix b/packages/dots-hyprland-packages.nix index ad4eca0..d82d124 100644 --- a/packages/dots-hyprland-packages.nix +++ b/packages/dots-hyprland-packages.nix @@ -40,6 +40,7 @@ let kdePackages.qtdeclarative # For QML kdePackages.qtwayland # For Wayland support kdePackages.qtpositioning # For Weather service location features + kdePackages.qtlocation # Additional location services for QtPositioning ]; # illogical-impulse-hyprland PKGBUILD