about summary refs log tree commit diff
path: root/home/profiles/communication
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/communication')
-rw-r--r--home/profiles/communication/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix
index 4a287ee..5379f8a 100644
--- a/home/profiles/communication/default.nix
+++ b/home/profiles/communication/default.nix
@@ -25,7 +25,7 @@ in
   };
 
   config = lib.mkIf cfg.enable (lib.mkMerge [
-    # TODO: is this needed?
+    # TODO: also configure mail in Darwin
     (lib.mkIf pkgs.stdenv.isLinux {
       sops.secrets.sef-email-password = { };
 
@@ -409,7 +409,6 @@ in
 
         discord-canary
         element-desktop
-        kiwitalk
         nheko
         slack
         (weechat.override {
@@ -427,6 +426,8 @@ in
       ];
 
       nixpkgs.allowedUnfree = [ "slack" "discord-canary" ];
+      # TODO: https://github.com/Nheko-Reborn/nheko/issues/1786
+      nixpkgs.allowedInsecure = [ "olm" ];
 
       xdg.configFile."Element/config.json".text = builtins.toJSON (import ./element-config.nix);
     }