From 04d4c604602be55146b263f5969b7ffeb42e6c92 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Sun, 25 Aug 2024 08:06:56 +0530 Subject: [PATCH] feat: add inkscape instead of gimp bruh I already use krita for good reason --- hosts/default/graphics.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/graphics.nix b/hosts/default/graphics.nix index aae46a3..a9e6894 100644 --- a/hosts/default/graphics.nix +++ b/hosts/default/graphics.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { home.packages = with pkgs; [ krita - gimp + inkscape blender ]; }