init
This commit is contained in:
parent
3728ac496d
commit
53395d3971
81 changed files with 723 additions and 1543 deletions
|
|
@ -1,11 +1,10 @@
|
|||
let
|
||||
userName = "gpskwlkr";
|
||||
email = "giorgi.anakidze@outlook.com";
|
||||
in
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = userName;
|
||||
userEmail = email;
|
||||
};
|
||||
userName = "danny";
|
||||
email = "Danny10132024@gmail.com";
|
||||
in {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = userName;
|
||||
userEmail = email;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue