build tools

This commit is contained in:
alydev 2025-09-23 22:04:40 +10:00
parent 8604c89adf
commit dfc940a81a

View file

@ -29,13 +29,7 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
just cargo rustc just git vim wget obs-studio gcc gnumake autoconf automake pkg-config
cargo
rustc
git
vim
wget
obs-studio
]; ];
environment.variables.EDITOR = "vim"; environment.variables.EDITOR = "vim";
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;