From 79351e46a17cd0c24db84a608e42bb9c1e9267bd 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 7234956..1c0b7d0 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. ]; }