renamed 'media' folder to 'assets' because it sounds cooler

This commit is contained in:
pagedmov
2024-10-21 22:03:39 -04:00
parent fe006e1004
commit 4711456fb1
45 changed files with 165 additions and 46 deletions

View File

@@ -1,7 +1,7 @@
{...}: {
{username, ...}: {
programs.git = {
enable = true;
userEmail = "pagedmov@gmail.com";
userName = "pagedmov";
userEmail = "${username}@gmail.com";
userName = "${username}";
};
}