nixos/modules/common/utilities/default.nix

8 lines
No EOL
88 B
Nix

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