nixos/modules/common/utilities/default.nix
2024-05-18 17:32:15 -04:00

6 lines
No EOL
45 B
Nix

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