nixos/modules/3dprinting.nix
Julian Sutter db90f2a30c updates
2023-10-26 09:49:34 -07:00

10 lines
109 B
Nix
Executable file

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