renamed 'media' folder to 'assets' because it sounds cooler
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{...}: {
|
||||
{username, ...}: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "pagedmov@gmail.com";
|
||||
userName = "pagedmov";
|
||||
userEmail = "${username}@gmail.com";
|
||||
userName = "${username}";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user