quick changes

might add/remove later
This commit is contained in:
alsaiduq-lab 2026-03-13 00:17:42 -06:00
parent e729d90a36
commit 0acce99f5c
4 changed files with 7 additions and 12 deletions

View file

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