dotfiles/home/modules/gui/apps/media/images/imageEditing/inkscape/default.nix
2025-01-20 23:33:35 -06:00

18 lines
254 B
Nix
Executable file

{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
inkscape-with-extensions
;
inherit (pkgs.inkscape-extensions)
# inkcut
hexmap
textext
silhouette
applytransforms
;
};
}