stockholm/makefu/2configs/tools/maker.nix

17 lines
202 B
Nix
Raw Normal View History

2022-09-23 21:01:28 +00:00
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
# media
picard
asunder
#darkice
lame
# creation
blender
openscad
# slicing
cura
chitubox
];
}