Update according to warning after update

This commit is contained in:
larstvei 2025-11-29 13:47:41 +01:00
parent b8a12d8b7d
commit 8d54a4a778

View File

@ -1,8 +1,10 @@
{ {
programs.git = { programs.git = {
enable = true; enable = true;
userName = "larstvei"; settings.user = {
userEmail = "larstvei@ifi.uio.no"; name = "larstvei";
email = "larstvei@ifi.uio.no";
};
ignores = [ ignores = [
".envrc" ".envrc"
".DS_Store" ".DS_Store"