eloquent, git config, update

This commit is contained in:
2026-05-27 13:16:48 -05:00
parent 989e547169
commit 543584168f
3 changed files with 30 additions and 18 deletions
+11
View File
@@ -12,5 +12,16 @@
alejandra nixd
];
programs.git = {
enable = true;
config = {
init = {
defaultBranch = "main";
};
};
lfs.enable = true;
};
};
}