added ws suite

This commit is contained in:
cnst
2024-06-30 12:36:45 +02:00
parent 1c2b539f9c
commit e5f8601de0
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
blender
gimp-with-plugins
inkscape-with-extensions
];
}