fix(doloro@hosts): the git config set got changed

This commit is contained in:
2025-10-19 21:03:18 +01:00
parent ef8fd0012c
commit 35f4d42252

View File

@@ -44,8 +44,12 @@
programs.git = { programs.git = {
enable = true; enable = true;
userName = "Doloro1978"; settings = {
userEmail = "doloroo@proton.me"; user = {
name = "Doloro1978";
email = "doloroo@proton.me";
};
};
}; };
xdg.mimeApps.enable = true; xdg.mimeApps.enable = true;