update
This commit is contained in:
+3
-2
@@ -1,10 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = (with pkgs.unstable; [
|
||||
freecad
|
||||
kicad
|
||||
kicadAddons.kikit
|
||||
freecad
|
||||
openscad-unstable
|
||||
]) ++ (with pkgs; [
|
||||
librecad
|
||||
openscad
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user