1
0
forked from poslop/rice-flakes
Files
rice-flakes-work/modules/core/git.nix
2025-11-07 16:19:50 -06:00

15 lines
217 B
Nix

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