qol(git@modules): git is now a module
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user