{ pkgs, ... }:

{
  # Install OpenSCAD
  home.packages = with pkgs; [
    openscad
  ];
}