nixos-config/config/programs/kdeconnect.nix

4 lines
88 B
Nix

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