Remove workingQuickshell variable

This commit is contained in:
Celes Renata
2025-12-12 14:13:08 -08:00
parent eb58aa529c
commit 45deb2679e
+2 -2
View File
@@ -149,8 +149,8 @@ in
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
# Install the working quickshell build and service management scripts # Install service management scripts (quickshell itself must be in home.packages)
home.packages = [ workingQuickshell ] ++ (with pkgs; [ home.packages = (with pkgs; [
(writeShellScriptBin "quickshell-restart" '' (writeShellScriptBin "quickshell-restart" ''
systemctl --user restart quickshell.service systemctl --user restart quickshell.service
echo " Quickshell service restarted" echo " Quickshell service restarted"