home/common | add tui.nix, iamb, chat.yaml
This commit is contained in:
parent
f46aa99649
commit
0bd6b8aa99
4 changed files with 32 additions and 1 deletions
21
home/common/tui.nix
Normal file
21
home/common/tui.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs = {
|
||||
iamb = {
|
||||
enable = true;
|
||||
settings = {
|
||||
default_profile = "personal";
|
||||
profiles = {
|
||||
"personal" = {
|
||||
user_id = "@duckunix:matrix.org";
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
notifications = {
|
||||
enabled = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue