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

@ -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" = {