nixos/modules/common/utilities/default.nix

6 lines
No EOL
45 B
Nix

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