nixos/home/gui/kdeconnect.nix

7 lines
83 B
Nix
Raw Normal View History

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