This commit is contained in:
2026-05-21 20:37:54 +09:00
parent 8efe0b9341
commit df41182acd
20 changed files with 152 additions and 57 deletions
+5 -4
View File
@@ -1,9 +1,10 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
kicad
openscad
home.packages = (with pkgs.unstable; [
freecad
kicad
kicadAddons.kikit
librecad
];
openscad
]);
}