added command-line matrix client.

This commit is contained in:
Gabe Venberg 2026-02-18 20:00:48 +01:00
parent 42ee66e4a6
commit 8158338ad3
4 changed files with 19 additions and 61 deletions

View file

@ -0,0 +1,17 @@
{
config,
pkgs,
lib,
...
}: {
programs.iamb = {
enable=true;
settings={
profiles."matrix.org".user_id = "@gabev:matrix.org";
settings = {
image_preview.size={height=10; width=80;};
notifications.enabled=true;
};
};
};
}