{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# Languages
nodejs
python3
go
just
gcc
wireshark
];
}