mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 13:39:52 -07:00
feat: add functor.systems matrix account
This commit is contained in:
parent
4aa6f32070
commit
614dbadb34
1 changed files with 9 additions and 1 deletions
|
@ -38,7 +38,15 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.iamb.packages.${pkgs.stdenv.targetPlatform.system}.default;
|
package = inputs.iamb.packages.${pkgs.stdenv.targetPlatform.system}.default;
|
||||||
settings = {
|
settings = {
|
||||||
profiles."matrix.org".user_id = "@youwen:matrix.org";
|
default_profile = "functor.systems";
|
||||||
|
profiles = {
|
||||||
|
"functor.systems" = {
|
||||||
|
user_id = "@youwen:functor.systems";
|
||||||
|
url = "https://matrix.functor.systems";
|
||||||
|
};
|
||||||
|
"matrix.org".user_id = "@youwen:matrix.org";
|
||||||
|
"nixos.dev".user_id = "@youwen5:nixos.dev";
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
image_preview = { };
|
image_preview = { };
|
||||||
notifications.enabled = true;
|
notifications.enabled = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue