forked from Shinonome/alt-illogical-impulse
Remove workingQuickshell variable
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user