added 3d printer software.
This commit is contained in:
parent
d66b6fc329
commit
399351c3c1
14
roles/home-manager/3dprinting.nix
Normal file
14
roles/home-manager/3dprinting.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
# when it gets packaged, will want cadquery and build123d
|
||||
home.packages = with pkgs; [
|
||||
prusa-slicer
|
||||
freecad
|
||||
blender
|
||||
dune3d
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue