mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-12-31 03:24:19 +00:00
10 lines
120 B
Nix
10 lines
120 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
kicad
|
|
pcb2gcode
|
|
saleae-logic-2
|
|
];
|
|
|
|
}
|