reNixos/hand7s/services/kdeconnect.nix
s0me1newithhand7s 0b8343e178
hand7s/kdeconnect: valent init
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
2025-07-26 11:33:15 +03:00

8 lines
140 B
Nix

{pkgs, ...}: {
services = {
kdeconnect = {
package = pkgs.valent;
indicator = true;
};
};
}