nixos/modules/3dprinting.nix
Julian Sutter 5bc9283768 updates
2024-10-30 19:40:23 -07:00

12 lines
131 B
Nix
Executable file

{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# cura
freecad
# super-slicer
esptool
openscad
];
}