building server container repo
This commit is contained in:
parent
2b3fd3562f
commit
243b460145
10 changed files with 18 additions and 22 deletions
12
desktop/3dprinting.nix
Executable file
12
desktop/3dprinting.nix
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# cura
|
||||
freecad
|
||||
# super-slicer
|
||||
esptool
|
||||
openscad
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue