6 lines
51 B
Nix
6 lines
51 B
Nix
{ config, ... }: {
|
|
imports = [
|
|
./git.nix
|
|
];
|
|
}
|
{ config, ... }: {
|
|
imports = [
|
|
./git.nix
|
|
];
|
|
}
|