Enable openscad

This commit is contained in:
Annika Merris 2024-08-28 13:44:17 -04:00
parent 67e0098f52
commit 795d904d2d

View file

@ -78,6 +78,7 @@ inputs.nixpkgs.lib.nixosSystem {
steam.enable = true;
# Programming Stuff
nixpkgs-fmt.enable = true;
openscad.enable = true;
platformio.enable = true;
python3.enable = true;
vscode.enable = true;