mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
update flakes
This commit is contained in:
parent
e41616559a
commit
357a2629cb
2 changed files with 138 additions and 190 deletions
|
|
@ -84,12 +84,15 @@
|
|||
programs = {
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "EdenQwQ";
|
||||
userEmail = "lsahlm1eden@gmail.com";
|
||||
extraConfig = {
|
||||
settings = {
|
||||
user = {
|
||||
name = "EdenQwQ";
|
||||
email = "lsahlm1eden@gmail.com";
|
||||
};
|
||||
safe = {
|
||||
directory = "*";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue