1 line
57 B
Nix
1 line
57 B
Nix
{ pkgs, ... }: { home.packages = with pkgs; [ kicad ]; }
|
{ pkgs, ... }: { home.packages = with pkgs; [ kicad ]; }
|