mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-25 18:24:41 +02:00
seperate 3d-design from printing
This commit is contained in:
parent
30d15bdde6
commit
7312071d30
3 changed files with 16 additions and 1 deletions
8
extra/3d-design.nix
Normal file
8
extra/3d-design.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
meshlab
|
||||
cura
|
||||
openscad
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue