From 3091531d9546c96c83f738cf80cce21950a04577 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Tue, 24 Feb 2026 20:13:00 +0100 Subject: [PATCH] kdeconnect --- home.nix | 1 + modules/cli/kdeconnect.nix | 8 ++++++++ modules/hypr/hyprland.nix | 1 - 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 modules/cli/kdeconnect.nix diff --git a/home.nix b/home.nix index 803fa10..7baca10 100644 --- a/home.nix +++ b/home.nix @@ -41,6 +41,7 @@ ./modules/cli/bat.nix ./modules/cli/git.nix ./modules/cli/fastfetch.nix + ./modules/cli/kdeconnect.nix # gui tools ./modules/gui/kitty.nix ./modules/gui/satty.nix diff --git a/modules/cli/kdeconnect.nix b/modules/cli/kdeconnect.nix new file mode 100644 index 0000000..e615178 --- /dev/null +++ b/modules/cli/kdeconnect.nix @@ -0,0 +1,8 @@ +{ ... }: + +{ + services.kdeconnect = { + enable = true; + indicator = true; + }; +} diff --git a/modules/hypr/hyprland.nix b/modules/hypr/hyprland.nix index 169a8c3..91b762b 100644 --- a/modules/hypr/hyprland.nix +++ b/modules/hypr/hyprland.nix @@ -145,7 +145,6 @@ "exec-once" = [ "wl-paste --type text --watch cliphist store" "wl-paste --type image --watch cliphist store" - "uwsm app -- kdeconnect-indicator" "uwsm app -- ${userConfig.statusBar}" "swww-daemon" "openrgb -c $openrgb_color"