diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-02-10 12:26:40 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-02-10 12:26:40 +0100 |
| commit | 78363e5c1d54a0fd22f3c5c721ba18348cc9f071 (patch) | |
| tree | 9e3db5b300982f447ec8a0b5d3749d14461d38a1 | |
| parent | 761a7d46c07e0e08447acbf092b824e9151b1958 (diff) | |
start app indicator for kdeconnect
| -rw-r--r-- | common/home/hyprland/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index d2498f2..6cd4fe3 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -169,6 +169,9 @@ no_update_news = true; }; - exec-once = [ "signal-desktop" ]; + exec-once = [ + "signal-desktop" + "kdeconnect-indicator" + ]; }; } |