nix-config/roles/home-manager/3dprinting.nix
2024-05-22 13:52:00 -05:00

15 lines
188 B
Nix

{
config,
pkgs,
lib,
...
}: {
# when it gets packaged, will want cadquery and build123d
home.packages = with pkgs; [
prusa-slicer
freecad
blender
dune3d
];
}