nixos-config/services/desktop/default.nix

5 lines
51 B
Nix

{...}: {
imports = [
./kdeconnect.nix
];
}