From ccbbcbde46ebafa9d09e472ac8ed16f6e48b6b84 Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 23 Sep 2025 14:33:03 +0530 Subject: [PATCH] feat(hyprland): launch kde connect on startup --- modules/home/desktop/hyprland/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 422b0dd..a0610e5 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -282,6 +282,8 @@ "hyprpaper" "${pkgs.tpanel}/bin/tpanel" "copyq" + "kdeconnectd" + "kdeconnect-indicator" ]; }; };