summaryrefslogtreecommitdiff
path: root/home/config/kdeconnect.nix
blob: e61517813405f74ea405f487f9c8f88230a67e07 (plain)
1
2
3
4
5
6
7
8
{ ... }:

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