nix-dotfiles/hm/kdeconnect.nix

6 lines
76 B
Nix

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