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:
parent
9f825674b4
commit
8ccc703855
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue