nix-config/home/features/desktop/common/3d-printing.nix
GHOSCHT 7177ce3a10
Fix breakages after upgrading to NixOS 24.05
some things still have to be fixed, but normal operation can go on for
now
2024-06-29 10:10:36 +02:00

3 lines
62 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [freecad cura];
}