nixos-configuration/home/kdeconnect.nix

7 lines
85 B
Nix
Raw Normal View History

2023-12-29 13:53:28 +01:00
{ ... }: {
services.kdeconnect = {
enable = true;
indicator = true;
};
}