dots/home/modules/programming.nix
2025-07-16 17:21:23 +02:00

9 lines
157 B
Nix

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