From 646a676db1fdcad4327054be032a4654f70aead7 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:37:33 +0530 Subject: [PATCH] feat: libresprite for pixel art --- hosts/default/home/graphics.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default/home/graphics.nix b/hosts/default/home/graphics.nix index 0d47514..92939e9 100644 --- a/hosts/default/home/graphics.nix +++ b/hosts/default/home/graphics.nix @@ -3,6 +3,7 @@ home.packages = with pkgs; [ krita inkscape + libresprite # blender ]; }