nixos-config/config/programs/kicad.nix

4 lines
68 B
Nix
Raw Normal View History

2022-03-08 17:13:51 +00:00
{ pkgs, ... }: {
2022-04-21 14:17:15 +00:00
home.packages = with pkgs; [ kicad-unstable ];
2022-03-08 17:13:51 +00:00
}