nix-config/home/features/desktop/common/3d-printing.nix

4 lines
62 B
Nix
Raw Normal View History

2024-02-04 20:48:28 +01:00
{pkgs, ...}: {
home.packages = with pkgs; [freecad cura];
2024-02-04 20:48:28 +01:00
}