feat: added some stuff

This commit is contained in:
Nick 2025-08-09 01:58:08 -05:00
parent bcd85c05e7
commit 310cffcd2d
3 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
imagemagick
;
};
}