fix: split up 3d module

This commit is contained in:
2026-03-15 20:07:44 +01:00
parent 8c2c1a2aab
commit 3f9c9cd154
3 changed files with 35 additions and 8 deletions

View File

@@ -39,6 +39,10 @@
xdg.userDirs.createDirectories = false;
xdg.userDirs.download = "${config.home.homeDirectory}/dl";
modules."3d" = {
printing.enable = true;
modeling.enable = true;
};
ai-tools.opencode.enable = true;
browser.primary = "librewolf";
cloud.hetzner.enable = true;