From 120a6df4ed1d605b9e97a604d78676d8053d4ef3 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:51:27 +0200 Subject: [PATCH] add chafa Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/programs/group/basic-apps.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/programs/group/basic-apps.nix b/home/programs/group/basic-apps.nix index 72349562..1c0b7d0c 100644 --- a/home/programs/group/basic-apps.nix +++ b/home/programs/group/basic-apps.nix @@ -37,5 +37,6 @@ figlet # Transform text into ASCII art pastel # Command-line tool to generate, analyze, convert and manipulate colors imagemagick # Image manipulation tool + chafa # Image to ANSI/Unicode converter and more. ]; }