change matrix clients to neochat and fluffychat
This commit is contained in:
parent
7109a1643d
commit
94218afbe1
3 changed files with 12 additions and 3 deletions
|
|
@ -41,7 +41,8 @@
|
|||
vim
|
||||
helix
|
||||
|
||||
element-desktop
|
||||
fluffychat
|
||||
kdePackages.neochat
|
||||
vlc
|
||||
btop
|
||||
spotify
|
||||
|
|
|
|||
|
|
@ -77,7 +77,8 @@
|
|||
vim
|
||||
helix
|
||||
|
||||
element-desktop
|
||||
fluffychat
|
||||
kdePackages.neochat
|
||||
vlc
|
||||
btop
|
||||
handbrake
|
||||
|
|
@ -90,7 +91,6 @@
|
|||
vesktop
|
||||
gg
|
||||
aria2
|
||||
fractal
|
||||
|
||||
juicity
|
||||
waypipe
|
||||
|
|
|
|||
|
|
@ -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" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue