feat: massive cleanup

This commit is contained in:
Nick 2025-10-13 17:46:29 -05:00
parent 9a9c52064a
commit 556e23fdb4
41 changed files with 1 additions and 589 deletions

View file

@ -1,11 +0,0 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
blender
;
};
}

View file

@ -1,11 +0,0 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
darktable
;
};
}

View file

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