6 lines
97 B
Nix
6 lines
97 B
Nix
|
{ pkgs, ... }: {
|
||
|
home-manager.users.adrielus = {
|
||
|
services.kdeconnect.enable = true;
|
||
|
};
|
||
|
}
|