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

12 lines
286 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-09-20 20:24:55 +08:00
unstable.blender
freecad # https://discourse.nixos.org/t/error-hash-mismatch-in-fixed-output-derivation/52353
unstable.kicad
unstable.openscad
prusa-slicer # Some error idk fix this later
2024-01-21 21:01:42 +08:00
];
};
}