From 0156255cac9e1d97cd3aa92e3efe6cc27cdcbfd3 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 12:54:11 +0100 Subject: [PATCH] hyprland: remove nm-applet from macbook startup Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 5c04ff4..fc55319 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -240,7 +240,7 @@ in 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") hl.exec_cmd("wl-paste --type image --watch cliphist store") hl.exec_cmd("hyprctl setcursor Bibata-Modern-Ice 24")