add aseprite theme

This commit is contained in:
Frost-Phoenix 2023-11-10 20:01:23 +01:00
parent 250c4ee114
commit 468b0105bd
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
programs.aseprite = {
enable = true;
};
}