Fix Freecad

This commit is contained in:
2025-01-22 15:18:06 +01:00
parent 7098a905c2
commit 7c969adbf5

View File

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