feat: use iamb flake for nightly build because 0.10 is broken

This commit is contained in:
Youwen Wu 2025-06-05 01:14:09 -07:00
parent 0f0303db83
commit cfee3ac864
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 82 additions and 10 deletions

View file

@ -36,7 +36,14 @@
programs.iamb = {
enable = true;
settings.profiles."matrix.org".user_id = "@youwen:matrix.org";
package = inputs.iamb.packages.${pkgs.stdenv.targetPlatform.system}.default;
settings = {
profiles."matrix.org".user_id = "@youwen:matrix.org";
settings = {
image_preview = { };
notifications.enabled = true;
};
};
};
# must set identitiesOnly since we are adding a ton of SSH keys to ssh-agent and it tries all of them