9 lines
157 B
Nix
9 lines
157 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
rust-bin.stable.latest.default
|
|
dotnetCorePackages.sdk_8_0_3xx-bin
|
|
gcc
|
|
gnumake
|
|
godot
|
|
];
|
|
}
|