From 8ccc703855d17c7b2f56ef9e9ea60946cece06cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 26 Dec 2024 01:40:44 -0500 Subject: [PATCH] Add Matrix clients, plus the security hole that comes with them I really should check if Fractal does this right. --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index fea964f..f2bfb28 100644 --- a/configuration.nix +++ b/configuration.nix @@ -61,6 +61,7 @@ kdePackages.kontrast kdePackages.krecorder kdePackages.kruler + kdePackages.neochat # For matrix but relying on insecure olm-3.2.16 kdePackages.partitionmanager keepassxc kirc @@ -76,6 +77,7 @@ mmv neovim nextcloud-client + nheko # For matrix but relying on insecure olm-3.2.16 # nfs-utils nix-search-cli peruse # Read comic books, zines, graphic novels a bit more easily @@ -277,6 +279,7 @@ # TODO remove this when Logseq gets its act together nixpkgs.config.permittedInsecurePackages = [ "electron-27.3.11" + "olm-3.2.16" ]; # Some programs need SUID wrappers, can be configured further or are