feat: add '3d' and 'photography' modules to andromache
This commit is contained in:
11
home/modules/3d/default.nix
Normal file
11
home/modules/3d/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
bambu-studio
|
||||
blender
|
||||
openscad-lsp
|
||||
openscad-unstable
|
||||
orca-slicer
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user