{pkgs, ...}: {
imports = [./default.nix];
home.packages = with pkgs; [
kdePackages.ktorrent
prusa-slicer
blender
openscad
kicad-small
];
}