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