nix-dotfiles/home-manager/modules/imagemagick.nix
alsaiduq-lab 0acce99f5c quick changes
might add/remove later
2026-03-13 00:17:42 -06:00

6 lines
79 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
imagemagick
pinta
];
}