kdeconnect

This commit is contained in:
2026-02-24 20:13:00 +01:00
parent 45c041d7ef
commit 3091531d95
3 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -0,0 +1,8 @@
{ ... }:
{
services.kdeconnect = {
enable = true;
indicator = true;
};
}

View File

@@ -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"