added a few more applications.

This commit is contained in:
Gabe Venberg 2025-10-19 14:47:59 +02:00
parent dcdac349df
commit 329544e677
5 changed files with 22 additions and 2 deletions

View file

@ -9,6 +9,5 @@
prusa-slicer
freecad
blender
dune3d
];
}

View file

@ -0,0 +1,10 @@
{
config,
pkgs,
lib,
...
}: {
home.packages = with pkgs; [
kicad
];
}