add aseprite

This commit is contained in:
Frost-Phoenix 2023-11-06 17:54:06 +01:00
parent 9952865f9a
commit cf1ff36ed5

View file

@ -1,6 +1,7 @@
{ inputs, pkgs, ... }:
{
home.packages = (with pkgs; [
aseprite
bat
btop
discord
@ -32,7 +33,4 @@
xdg-utils
inputs.alejandra.defaultPackage.${system}
]
++ [
]);
}