update
This commit is contained in:
9
home/cads.nix
Normal file
9
home/cads.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
kicad
|
||||
openscad
|
||||
freecad
|
||||
librecad
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user