nixfiles/home/profiles/graphical/kdeconnect.nix

6 lines
79 B
Nix

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