{ config, pkgs, ... }: { home.packages = (with pkgs.unstable; [ kicad kicadAddons.kikit freecad openscad-unstable ]) ++ (with pkgs; [ librecad ]); }