2024-01-21 21:01:42 +08:00
|
|
|
{ pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
home = {
|
|
|
|
packages = with pkgs; [
|
|
|
|
blender
|
|
|
|
freecad
|
2024-04-01 09:59:35 +08:00
|
|
|
kicad
|
2024-01-21 21:01:42 +08:00
|
|
|
openscad
|
2024-04-01 09:59:35 +08:00
|
|
|
unstable.prusa-slicer
|
2024-01-21 21:01:42 +08:00
|
|
|
];
|
|
|
|
persistence."/persist/home/sajenim" = {
|
|
|
|
directories = [
|
|
|
|
".config/PrusaSlicer"
|
|
|
|
];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|