mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-06 18:59:25 -05:00
Remove workingQuickshell variable
This commit is contained in:
@@ -149,8 +149,8 @@ in
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
# Install the working quickshell build and service management scripts
|
||||
home.packages = [ workingQuickshell ] ++ (with pkgs; [
|
||||
# Install service management scripts (quickshell itself must be in home.packages)
|
||||
home.packages = (with pkgs; [
|
||||
(writeShellScriptBin "quickshell-restart" ''
|
||||
systemctl --user restart quickshell.service
|
||||
echo "✅ Quickshell service restarted"
|
||||
|
||||
Reference in New Issue
Block a user