change matrix clients to neochat and fluffychat

This commit is contained in:
ulic-youthlic 2025-03-23 15:13:34 +08:00
parent 7109a1643d
commit 94218afbe1
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
3 changed files with 12 additions and 3 deletions

View file

@ -41,7 +41,8 @@
vim
helix
element-desktop
fluffychat
kdePackages.neochat
vlc
btop
spotify

View file

@ -77,7 +77,8 @@
vim
helix
element-desktop
fluffychat
kdePackages.neochat
vlc
btop
handbrake
@ -90,7 +91,6 @@
vesktop
gg
aria2
fractal
juicity
waypipe

View file

@ -11,6 +11,14 @@
nixpkgs = {
config = {
allowUnfree = true;
allowInsecurePredicate =
p:
builtins.elem (lib.getName p) [
# for fluffychat and neochat
"olm"
"fluffychat-linux"
];
};
};
sops.secrets."access-tokens" = {