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 ++ 1 file changed, 2 insertions(+) (limited to 'home/profiles/communication/default.nix') 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); } ]); } -- cgit 1.4.1