feat(git): update git settings.
This commit is contained in:
parent
8118ac49bf
commit
ce0cd5154f
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue