nix-config/roles/home-manager/3dprinting.nix

13 lines
177 B
Nix

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