Files
rice-flakes/modules/home/git.nix
2025-10-10 11:49:10 -05:00

18 lines
228 B
Nix

{
...
}:
{
hj.rum.programs.git = {
enable = true;
settings = {
user = {
name = "poslop";
email = "poslop@archfox.org";
};
core = {
editor = "nvim -f";
};
};
};
}