added and moved

This commit is contained in:
alsaiduq-lab 2025-11-09 11:27:50 -07:00
parent 57bbe33fbf
commit a75c7e105c
15 changed files with 254 additions and 246 deletions

View file

@ -0,0 +1,6 @@
{pkgs, ...}:
{
home.packages = with pkgs; [
imagemagick
];
}