From e5d367f72a793bb5867e18a4fd3974bc67b38ffd Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Wed, 5 Aug 2026 19:47:56 -0400 Subject: [PATCH] adding hardware design tools --- users/richie/home/gui/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/richie/home/gui/default.nix b/users/richie/home/gui/default.nix index 2af3e71..8ea47ae 100644 --- a/users/richie/home/gui/default.nix +++ b/users/richie/home/gui/default.nix @@ -27,5 +27,9 @@ gparted jetbrains.datagrip proxychains + # hardware tools + kicad + openscad + ]; }