Add Matrix clients, plus the security hole that comes with them

I really should check if Fractal does this right.
This commit is contained in:
benjamin melançon 2024-12-26 01:40:44 -05:00
parent 9f825674b4
commit 8ccc703855

View file

@ -61,6 +61,7 @@
kdePackages.kontrast kdePackages.kontrast
kdePackages.krecorder kdePackages.krecorder
kdePackages.kruler kdePackages.kruler
kdePackages.neochat # For matrix but relying on insecure olm-3.2.16
kdePackages.partitionmanager kdePackages.partitionmanager
keepassxc keepassxc
kirc kirc
@ -76,6 +77,7 @@
mmv mmv
neovim neovim
nextcloud-client nextcloud-client
nheko # For matrix but relying on insecure olm-3.2.16
# nfs-utils # nfs-utils
nix-search-cli nix-search-cli
peruse # Read comic books, zines, graphic novels a bit more easily peruse # Read comic books, zines, graphic novels a bit more easily
@ -277,6 +279,7 @@
# TODO remove this when Logseq gets its act together # TODO remove this when Logseq gets its act together
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [
"electron-27.3.11" "electron-27.3.11"
"olm-3.2.16"
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are