Added pcb development utilities

This commit is contained in:
Bryan Ramos 2024-06-30 11:04:06 -04:00
parent 129d952c72
commit aa363803de
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
5 changed files with 27 additions and 2 deletions

View file

@ -11,7 +11,7 @@ in
home.packages = with pkgs; [
wget curl neofetch
unzip fping calc fd pciutils
rsync zip lshw
rsync zip lshw wireshark
];
};
}