nixos/modules/common/utilities/default.nix

7 lines
No EOL
71 B
Nix

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