revamped setup
This commit is contained in:
parent
8f13d0a017
commit
e7d7db79e6
32 changed files with 358 additions and 830 deletions
|
|
@ -1,7 +1,11 @@
|
|||
let
|
||||
userName = "gpskwlkr";
|
||||
email = "giorgi.anakidze@outlook.com";
|
||||
in
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "gpskwlkr";
|
||||
userEmail = "giorgi.anakidze@outlook.com";
|
||||
userName = userName;
|
||||
userEmail = email;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue