feat: changed name of modelling folder

This commit is contained in:
Nick 2025-02-02 17:16:14 -06:00
parent 7cf28c791c
commit 2cddd7b561
9 changed files with 40 additions and 10 deletions

View file

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