nix-dotfiles/programs/kdeconnect.nix
2024-04-14 00:14:12 -04:00

7 lines
88 B
Nix

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