21 lines
357 B
Nix
21 lines
357 B
Nix
{ ... }:
|
|
{
|
|
programs = {
|
|
iamb = {
|
|
enable = true;
|
|
settings = {
|
|
default_profile = "personal";
|
|
profiles = {
|
|
"personal" = {
|
|
user_id = "@duckunix:matrix.org";
|
|
};
|
|
};
|
|
settings = {
|
|
notifications = {
|
|
enabled = true;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|