From 71661498d937e1a2eb622ded926fb16e32fbf4e4 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 11:19:28 +0100 Subject: [PATCH] hyprland: autostart quickshell Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 3b56e85..e2031ff 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -238,6 +238,7 @@ in -- Ensure hyprland-session.target starts even if HM's -- dbus-update-activation-environment chain fails upstream. hl.exec_cmd("systemctl --user start hyprland-session.target") + hl.exec_cmd("qs") hl.exec_cmd("mako") ${lib.optionalString isMacbook ''hl.exec_cmd("nm-applet --indicator")''} hl.exec_cmd("wl-paste --type text --watch cliphist store")