chore | formating
This commit is contained in:
parent
500ce0e21a
commit
ced5943296
4 changed files with 9 additions and 25 deletions
|
|
@ -1,20 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
{ ... }: {
|
||||
programs = {
|
||||
iamb = {
|
||||
enable = true;
|
||||
settings = {
|
||||
default_profile = "personal";
|
||||
profiles = {
|
||||
"personal" = {
|
||||
user_id = "@duckunix:matrix.org";
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
notifications = {
|
||||
enabled = true;
|
||||
};
|
||||
};
|
||||
profiles = { "personal" = { user_id = "@duckunix:matrix.org"; }; };
|
||||
settings = { notifications = { enabled = true; }; };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue