12 lines
250 B
Nix
12 lines
250 B
Nix
{ ... }:
|
|
{
|
|
programs.iamb = {
|
|
enable = true;
|
|
settings = {
|
|
profiles.personal.user_id = "@lilith:matrix.firelilith.org";
|
|
|
|
profiles.fau.user_id = "@faub1941:fau.org";
|
|
profiles.fau.url = "https://matrix.fau.org";
|
|
};
|
|
};
|
|
}
|