Major refactor of dotspace config

This commit is contained in:
Lauren Lagarde 2025-08-21 22:25:10 -05:00
parent 53c3b2bb19
commit f6e96617df
24 changed files with 198 additions and 172 deletions

View file

@ -0,0 +1,7 @@
{ ... }: {
programs.git = {
enable = true;
userName = "Lauren Lagarde";
userEmail = "lauren@lagarde.dev";
};
}