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