17 lines
198 B
Nix
17 lines
198 B
Nix
{
|
|
config,
|
|
username,
|
|
...
|
|
}:
|
|
{
|
|
hj.rum.programs.git = {
|
|
enable = true;
|
|
settings = {
|
|
user = {
|
|
name = "poslop";
|
|
email = "poslop@archfox.org";
|
|
};
|
|
};
|
|
};
|
|
}
|