From 4779be29a8dc3d83f3ff17787eba4c7242e2f7a2 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Fri, 12 Dec 2025 13:42:19 -0800 Subject: [PATCH] Fix quickshell binary name in service --- modules/components/quickshell-service.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/components/quickshell-service.nix b/modules/components/quickshell-service.nix index 3b69314..3725cf0 100644 --- a/modules/components/quickshell-service.nix +++ b/modules/components/quickshell-service.nix @@ -120,7 +120,7 @@ EOF log "🚀 App launcher: $LAUNCHER_WRAPPER" # Start quickshell - exec ${workingQuickshell}/bin/qs -p "$CONFIG_DIR/quickshell/ii/shell.qml" + exec ${workingQuickshell}/bin/quickshell -p "$CONFIG_DIR/quickshell/ii/shell.qml" ''; in