mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
19 lines
254 B
Nix
19 lines
254 B
Nix
![]() |
{
|
||
|
pkgs,
|
||
|
...
|
||
|
}:
|
||
|
{
|
||
|
home.packages = builtins.attrValues {
|
||
|
inherit (pkgs)
|
||
|
inkscape-with-extensions
|
||
|
;
|
||
|
inherit (pkgs.inkscape-extensions)
|
||
|
# inkcut
|
||
|
hexmap
|
||
|
textext
|
||
|
silhouette
|
||
|
applytransforms
|
||
|
;
|
||
|
};
|
||
|
}
|