{
pkgs,
config,
lib,
inputs,
...
}: {
imports = [];
home.packages = with pkgs; [
freecad
prusa-slicer
stable.printrun
];
}