forked from poslop/rice-flakes
15 lines
217 B
Nix
15 lines
217 B
Nix
{
|
|
hj.rum.programs.git = {
|
|
enable = true;
|
|
settings = {
|
|
user = {
|
|
name = "poslop";
|
|
email = "poslop@archfox.org";
|
|
};
|
|
core = {
|
|
editor = "nvim -f";
|
|
};
|
|
};
|
|
};
|
|
}
|