stockholm/makefu/2configs/tools/maker.nix
2022-09-23 23:01:28 +02:00

17 lines
202 B
Nix

{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
# media
picard
asunder
#darkice
lame
# creation
blender
openscad
# slicing
cura
chitubox
];
}