oizys/modules/langs/misc.nix
2024-01-23 11:51:13 -06:00

13 lines
135 B
Nix

{
inputs,
pkgs,
...
}: {
environment.systemPackages = with pkgs; [
# language supports
nodejs
go
rustup
];
}