feat: add '3d' and 'photography' modules to andromache

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent 612c024965
commit e16bffcb07
3 changed files with 22 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
bambu-studio
blender
openscad-lsp
openscad-unstable
orca-slicer
];
}
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
darktable
];
}