feat: configure iamb

This commit is contained in:
Youwen Wu 2025-06-04 22:36:53 -07:00
parent 8d633714bb
commit 0f0303db83
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
2 changed files with 5 additions and 1 deletions

View file

@ -34,6 +34,11 @@
};
};
programs.iamb = {
enable = true;
settings.profiles."matrix.org".user_id = "@youwen:matrix.org";
};
# must set identitiesOnly since we are adding a ton of SSH keys to ssh-agent and it tries all of them
programs.ssh = {
enable = true;