nix-config/roles/home-manager/eda.nix

10 lines
86 B
Nix

{
config,
pkgs,
lib,
...
}: {
home.packages = with pkgs; [
kicad
];
}