From 44ea36fc52fe997c9711dc9f0d3213c57cbbce94 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Sat, 17 Jan 2026 15:37:31 +0530 Subject: [PATCH] feat: add fluffychat --- hosts/default/home/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default/home/default.nix b/hosts/default/home/default.nix index 60aacc7..89093d0 100644 --- a/hosts/default/home/default.nix +++ b/hosts/default/home/default.nix @@ -72,6 +72,7 @@ kiwix-tools tesseract signal-desktop-bin + fluffychat (pkgs.writeShellScriptBin "lecture" '' mpv --speed=1.5 --start=00:00:14 --cache-pause-wait=14 --script-opts='skipsilence-enabled=yes,skipsilence-threshold_db=-18' --vf=sub,negate "$1" '')