mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-13 21:29:57 -05:00
Use nixpkgs quickshell directly (supports all architectures)
This commit is contained in:
@@ -25,10 +25,8 @@
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
overlays.default = final: prev: {
|
overlays.default = final: prev: {
|
||||||
# Override quickshell from upstream to add Qt6 Wayland dependency
|
# Use quickshell from nixpkgs (supports all architectures)
|
||||||
quickshell-base = quickshell.packages.${final.system}.default.overrideAttrs (oldAttrs: {
|
quickshell-base = prev.quickshell;
|
||||||
buildInputs = (oldAttrs.buildInputs or []) ++ (with final.kdePackages; [ qtwayland ]);
|
|
||||||
});
|
|
||||||
|
|
||||||
# Enhanced quickshell with Qt5Compat support for dots-hyprland
|
# Enhanced quickshell with Qt5Compat support for dots-hyprland
|
||||||
quickshell = final.writeShellScriptBin "quickshell" ''
|
quickshell = final.writeShellScriptBin "quickshell" ''
|
||||||
|
|||||||
Reference in New Issue
Block a user