feat: several updates

This commit is contained in:
Xavier Morel
2025-12-02 11:20:09 +01:00
parent 199edbc827
commit 1ffa0aecc5
11 changed files with 180 additions and 102 deletions

View File

@@ -7,23 +7,23 @@
let
drawing-apps = with pkgs; [
gimp
tiled
aseprite
inkscape
# tiled
# aseprite
# inkscape
sweethome3d.application
];
printing-apps = with pkgs; [
blender
prusa-slicer
openscad
# prusa-slicer
# openscad
];
gamedev-apps = with pkgs; [
godot_4
gdtoolkit_4
# godot_4
# gdtoolkit_4
];
sound-apps = with pkgs; [
audacity
sfxr
# sfxr
];
in
{