8 lines
129 B
Nix
8 lines
129 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
blender
|
|
gimp-with-plugins
|
|
inkscape-with-extensions
|
|
];
|
|
}
|