From 323e6a6e25fb2daa2c62b006dae1662e21cb9787 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 8 Mar 2023 20:21:31 +0900 Subject: feat(home/communication): element-desktop: show labs settings --- home/profiles/communication/default.nix | 2 ++ home/profiles/communication/element-config.nix | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 home/profiles/communication/element-config.nix (limited to 'home') diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix index a58f53c..03f1f3c 100644 --- a/home/profiles/communication/default.nix +++ b/home/profiles/communication/default.nix @@ -320,6 +320,8 @@ in }; }) ]; + + xdg.configFile."Element/config.json".text = builtins.toJSON (import ./element-config.nix); } ]); } diff --git a/home/profiles/communication/element-config.nix b/home/profiles/communication/element-config.nix new file mode 100644 index 0000000..1846de8 --- /dev/null +++ b/home/profiles/communication/element-config.nix @@ -0,0 +1,3 @@ +{ + show_labs_settings = true; +} -- cgit 1.4.1