mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-09 04:01:15 +00:00
Deduplicate all applications and system settings
This commit is contained in:
8
modules/application-groups/pcb-design.nix
Normal file
8
modules/application-groups/pcb-design.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
kicad
|
||||
pcb2gcode
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user