nix-flake/modules/home/misc/kde-connect.nix
2026-02-08 11:03:31 +07:00

6 lines
No EOL
84 B
Nix

{ ... }: {
services.kdeconnect = {
enable = true;
indicator = true;
};
}