qol(git@modules): git is now a module

This commit is contained in:
2025-10-21 09:58:23 +01:00
parent 2903440a12
commit 9f65a9f4c1
4 changed files with 39 additions and 12 deletions

View File

@@ -29,18 +29,13 @@
fish.enable = true;
stylix.enable = true;
direnv.enable = true;
git.enable = true;
};
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "doloro";
home.homeDirectory = "/home/doloro";
programs.git = {
enable = true;
userName = "Doloro1978";
userEmail = "doloroo@proton.me";
};
# This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release
# introduces backwards incompatible changes.