18 lines
228 B
Nix
18 lines
228 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
hj.rum.programs.git = {
|
|
enable = true;
|
|
settings = {
|
|
user = {
|
|
name = "poslop";
|
|
email = "poslop@archfox.org";
|
|
};
|
|
core = {
|
|
editor = "lvim -f";
|
|
};
|
|
};
|
|
};
|
|
}
|