nix-dotfiles/hm_modules/kicad.nix
2023-02-14 11:07:29 +01:00

1 line
57 B
Nix

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