profile/3d-design: init from legacy

This commit is contained in:
Felix Buehler 2023-02-13 21:32:15 +01:00
parent 8884bb792b
commit 09ffed6661
5 changed files with 19 additions and 9 deletions

View file

@ -1,8 +0,0 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
meshlab
cura
openscad
];
}