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

7 lines
79 B
Nix
Raw Normal View History

2022-11-07 19:26:52 +00:00
_: {
services.kdeconnect = {
enable = true;
indicator = true;
};
}