dotfiles/modules/home/cli/utilities/imageMagick/default.nix
2025-08-09 01:58:08 -05:00

11 lines
113 B
Nix
Executable file

{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
imagemagick
;
};
}