feat(PABU): add some more essentials

This commit is contained in:
Jacob Bachmann 2025-08-18 22:23:59 +02:00
parent 6647e371e3
commit b043d0630e

View file

@ -34,13 +34,16 @@
security.sudo.wheelNeedsPassword = false;
# welcome to nix
programs.nix-ld = { enable = true; };
environment.systemPackages = with pkgs; [
# bare essentials
git
neovim
# mason needs stuff
gcc
clang-tools
cargo
@ -50,8 +53,16 @@
python3
go
# mason needs stuff
unzip
# telescope
fzf
ripgrep
# stuff
nixfmt-rfc-style
];
system.stateVersion = "24.05";