nix-dotfiles/modules/hm/kicad.nix
2023-11-03 14:59:12 +01:00

1 line
67 B
Nix

{ pkgs, ... }: { home.packages = [ pkgs.kicad-with-packages3d ]; }