1

feat: add inkscape instead of gimp

bruh I already use krita for good reason
This commit is contained in:
Himadri Bhattacharjee
2024-08-25 08:06:56 +05:30
parent 884231a62b
commit 04d4c60460

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
krita
gimp
inkscape
blender
];
}