pkgs: Add aseprite

This commit is contained in:
2024-12-19 16:20:23 +03:00
parent 81ab925d88
commit ded07cb14a
+1
View File
@@ -1,5 +1,6 @@
{ pkgs-stable, ... }: {
home.packages = with pkgs-stable; [
(blender.override { cudaSupport = true; })
aseprite
];
}