1
Fork 0
satellite/modules/applications/kdeconnect.nix
2022-02-14 19:24:43 +02:00

6 lines
97 B
Nix

{ pkgs, ... }: {
home-manager.users.adrielus = {
services.kdeconnect.enable = true;
};
}