feat(git): update git settings.

This commit is contained in:
CronyAkatsuki 2025-11-02 22:30:17 +01:00
parent 8118ac49bf
commit ce0cd5154f

View file

@ -33,8 +33,12 @@
# Enable git # Enable git
programs.git = { programs.git = {
enable = true; enable = true;
userName = "Crony Akatsuki"; settings = {
userEmail = "crony@cronyakatsuki.xyz"; user = {
name = "Crony Akatsuki";
email = "crony@cronyakatsuki.xyz";
};
};
}; };
# Install fzf # Install fzf