about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2025-01-19 09:13:41 +1000
committersefidel <contact@sefidel.net>2025-01-19 09:13:41 +1000
commit240666843bc8534354d40454297e55d207d340d7 (patch)
treec39a6e3486446bee48fb6e6ddedab74bca7adf35
parent6be0dc1871a3d3cc4840f0f91c83bf4b094ef6df (diff)
downloadnixrc-240666843bc8534354d40454297e55d207d340d7.tar.gz
nixrc-240666843bc8534354d40454297e55d207d340d7.zip
feat(home/communication)!: drop nheko
-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);
     }