dotfiles.nix/home-manager/sajenim/features/printing/default.nix

11 lines
129 B
Nix
Raw Normal View History

2024-08-08 09:02:42 +08:00
{pkgs, ...}: {
2024-01-21 21:01:42 +08:00
home = {
packages = with pkgs; [
2024-11-09 08:11:53 +08:00
blender
freecad
openscad
2024-11-22 07:17:42 +08:00
orca-slicer
2024-01-21 21:01:42 +08:00
];
};
}