hand7s/kdeconnect: valent init

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-07-26 11:28:23 +03:00
parent 856132f30b
commit 0b8343e178
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

View file

@ -18,6 +18,7 @@
./services/hypridle.nix
./services/swayidle.nix
./services/kdeconnect.nix
./systemd/hyprpanel-service.nix
./systemd/hyprpolkitagent-service.nix

View file

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