forked from Shinonome/alt-illogical-impulse
Add better error message for missing quickshell
This commit is contained in:
@@ -7,8 +7,8 @@ let
|
|||||||
cfg = config.programs.dots-hyprland.quickshell;
|
cfg = config.programs.dots-hyprland.quickshell;
|
||||||
mainCfg = config.programs.dots-hyprland;
|
mainCfg = config.programs.dots-hyprland;
|
||||||
|
|
||||||
# Use the wrapped quickshell from our overlay (includes Qt5Compat support)
|
# Use quickshell from nixpkgs (available in 25.11+)
|
||||||
workingQuickshell = pkgs.quickshell;
|
workingQuickshell = pkgs.quickshell or (throw "quickshell not found in nixpkgs - ensure you're using nixpkgs 25.11 or later");
|
||||||
|
|
||||||
# Service startup script that handles initial setup
|
# Service startup script that handles initial setup
|
||||||
quickshellStartup = pkgs.writeShellScript "quickshell-startup" ''
|
quickshellStartup = pkgs.writeShellScript "quickshell-startup" ''
|
||||||
|
|||||||
Reference in New Issue
Block a user