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