From de96a23032f839548345c21d92ca352f0aa8ea88 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Fri, 12 Dec 2025 13:29:15 -0800 Subject: [PATCH] Use nixpkgs quickshell directly (supports all architectures) --- flake.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index c9eb50d..dfed224 100644 --- a/flake.nix +++ b/flake.nix @@ -25,10 +25,8 @@ in { overlays.default = final: prev: { - # Override quickshell from upstream to add Qt6 Wayland dependency - quickshell-base = quickshell.packages.${final.system}.default.overrideAttrs (oldAttrs: { - buildInputs = (oldAttrs.buildInputs or []) ++ (with final.kdePackages; [ qtwayland ]); - }); + # Use quickshell from nixpkgs (supports all architectures) + quickshell-base = prev.quickshell; # Enhanced quickshell with Qt5Compat support for dots-hyprland quickshell = final.writeShellScriptBin "quickshell" ''