1
Fork 0
satellite/modules/applications/kdeconnect.nix

6 lines
97 B
Nix
Raw Normal View History

2022-02-14 18:24:43 +01:00
{ pkgs, ... }: {
home-manager.users.adrielus = {
services.kdeconnect.enable = true;
};
}