nixos-config/config/programs/kde/kdeconnect.nix

6 lines
79 B
Nix

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