This commit is contained in:
2026-05-27 15:08:46 -05:00
3 changed files with 13 additions and 1 deletions
+11
View File
@@ -12,5 +12,16 @@
alejandra nixd
];
programs.git = {
enable = true;
config = {
init = {
defaultBranch = "main";
};
};
lfs.enable = true;
};
};
}