Installed diffview

This commit is contained in:
2026-05-15 15:34:20 +02:00
20 changed files with 434 additions and 373 deletions
+8
View File
@@ -26,6 +26,14 @@
user = "git";
};
"git.cyperpunk.de" = {
hostname = "git.cyperpunk.de";
port = 12222;
user = "gitea";
identityFile =
if isDarwin then "/Users/${primaryUser}/.ssh/ssh" else "/home/${primaryUser}/.ssh/ssh";
};
};
};
}