freecad, updates

This commit is contained in:
RingOfStorms (Josh) 2024-06-06 10:53:39 -05:00
parent 3be409934c
commit 7aa7d13d5c
2 changed files with 10 additions and 6 deletions

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.freecad ];
}