nixos/modules/common/utilities/default.nix
2024-07-15 20:36:54 -04:00

10 lines
No EOL
129 B
Nix

{ ... }:
{
imports = [
./docker.nix
./git.nix
./kdeconnect.nix
./tailscale.nix
./yubikey-manager.nix
];
}