This commit is contained in:
2026-06-30 10:59:25 +09:00
parent 562e5d0e97
commit d0c05a7b85
16 changed files with 196 additions and 65 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
{ config, pkgs, ... }:
{
home.packages = (with pkgs.unstable; [
freecad
kicad
kicadAddons.kikit
freecad
openscad-unstable
]) ++ (with pkgs; [
librecad
openscad
]);
}