16 lines
132 B
Nix
16 lines
132 B
Nix
|
|
||
|
{ pkgs }: {
|
||
|
|
||
|
environment.systemPackages = with pkgs; [
|
||
|
blender
|
||
|
krita
|
||
|
#armorpaint
|
||
|
gimp
|
||
|
inkscape
|
||
|
#prusa slicker
|
||
|
];
|
||
|
|
||
|
|
||
|
|
||
|
}
|