Enable git.

This commit is contained in:
Drew Galbraith 2024-12-26 17:23:13 -08:00
parent 5e9a7d0837
commit c2ab6cff1a
1 changed files with 15 additions and 0 deletions

View File

@ -11,5 +11,20 @@
homeDirectory = "/home/drew";
stateVersion = "23.11";
programs = {
home-manager.enable = true;
git = {
enable = true;
userEmail = "dgalbraith33@gmail.com"
userName = "Drew Galbraith"
extraConfig = {
core = {
editor = "vim";
};
};
};
};
};
}