added command-line matrix client.
This commit is contained in:
parent
42ee66e4a6
commit
8158338ad3
4 changed files with 19 additions and 61 deletions
17
configs/home-manager/iamb-matrix.nix
Normal file
17
configs/home-manager/iamb-matrix.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue