about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/communication/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix
index 5379f8a..2712f55 100644
--- a/home/profiles/communication/default.nix
+++ b/home/profiles/communication/default.nix
@@ -409,7 +409,6 @@ in
 
         discord-canary
         element-desktop
-        nheko
         slack
         (weechat.override {
           configure = { availablePlugins, ... }: {
@@ -426,8 +425,6 @@ 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);
     }