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

@ -89,7 +89,6 @@ in
with pkgs; with pkgs;
[ [
signal-desktop signal-desktop
iamb
] ]
++ lib.optionals cfg.desktopApps.enable ( ++ lib.optionals cfg.desktopApps.enable (
with pkgs; with pkgs;

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 # must set identitiesOnly since we are adding a ton of SSH keys to ssh-agent and it tries all of them
programs.ssh = { programs.ssh = {
enable = true; enable = true;