Add fluffychat

This commit is contained in:
Geoffrey Frogeye 2025-07-16 21:53:44 +02:00
parent f756d56978
commit 064bfde974
2 changed files with 2 additions and 0 deletions

View file

@ -69,6 +69,7 @@
{ {
hello = upkgs.hello; # Placeholder hello = upkgs.hello; # Placeholder
zelbar = zelbarpkgs.zelbar; zelbar = zelbarpkgs.zelbar;
fluffychat = upkgs.fluffychat; # unstable so we have 2.0 which doesn't have security warnings
} }
) )
]; ];

View file

@ -30,6 +30,7 @@
# Communication # Communication
signal-desktop signal-desktop
fluffychat
(pkgs.callPackage ./whisperx.nix { }) # Transcribe voice messages (pkgs.callPackage ./whisperx.nix { }) # Transcribe voice messages
# downloading # downloading