nixos-config/services/desktop/default.nix

8 lines
81 B
Nix

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