summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-02-10 12:26:40 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2026-02-10 12:26:40 +0100
commit78363e5c1d54a0fd22f3c5c721ba18348cc9f071 (patch)
tree9e3db5b300982f447ec8a0b5d3749d14461d38a1 /common
parent761a7d46c07e0e08447acbf092b824e9151b1958 (diff)
start app indicator for kdeconnect
Diffstat (limited to 'common')
-rw-r--r--common/home/hyprland/default.nix5
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"
+ ];
};
}