nix-config/modules/nix/cad/default.nix
smayzy 7868336d5b
All checks were successful
nix flake show / show-flake (push) Successful in 26s
mv cad software to modules
2025-07-21 15:11:55 +02:00

8 lines
88 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./fritzing.nix
./freecad.nix
];
}