Installed diffview

This commit is contained in:
2026-05-15 15:33:34 +02:00
parent 66c24c9192
commit cb078522bd
3 changed files with 23 additions and 0 deletions
+9
View File
@@ -7,16 +7,25 @@
"*" = {
addKeysToAgent = "yes";
};
"*.cyperpunk.de" = {
identityFile =
if isDarwin then "/Users/${primaryUser}/.ssh/ssh" else "/home/${primaryUser}/.ssh/ssh";
user = primaryUser;
};
"github.com" = {
identityFile =
if isDarwin then "/Users/${primaryUser}/.ssh/github" else "/home/${primaryUser}/.ssh/github";
user = "git";
};
"git.rz.tu-bs.de" = {
identityFile =
if isDarwin then "/Users/${primaryUser}/.ssh/github" else "/home/${primaryUser}/.ssh/github";
user = "git";
};
};
};
}