3 lines
70 B
Nix
3 lines
70 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [kicad-unstable-small];
|
|
}
|
{pkgs, ...}: {
|
|
home.packages = with pkgs; [kicad-unstable-small];
|
|
}
|