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
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Crony Akatsuki";
|
||||
userEmail = "crony@cronyakatsuki.xyz";
|
||||
settings = {
|
||||
user = {
|
||||
name = "Crony Akatsuki";
|
||||
email = "crony@cronyakatsuki.xyz";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Install fzf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue