diff options
author | sefidel <contact@sefidel.net> | 2025-01-19 09:13:41 +1000 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2025-01-19 09:13:41 +1000 |
commit | 240666843bc8534354d40454297e55d207d340d7 (patch) | |
tree | c39a6e3486446bee48fb6e6ddedab74bca7adf35 /home/profiles/communication/default.nix | |
parent | 6be0dc1871a3d3cc4840f0f91c83bf4b094ef6df (diff) | |
download | nixrc-240666843bc8534354d40454297e55d207d340d7.tar.gz nixrc-240666843bc8534354d40454297e55d207d340d7.zip |
feat(home/communication)!: drop nheko
Diffstat (limited to 'home/profiles/communication/default.nix')
-rw-r--r-- | home/profiles/communication/default.nix | 3 |
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); } |