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 vim
helix helix
element-desktop fluffychat
kdePackages.neochat
vlc vlc
btop btop
spotify spotify

View file

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

View file

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