feat(PABU): add some more essentials
This commit is contained in:
parent
6647e371e3
commit
b043d0630e
1 changed files with 11 additions and 0 deletions
|
|
@ -34,13 +34,16 @@
|
||||||
|
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
|
# welcome to nix
|
||||||
programs.nix-ld = { enable = true; };
|
programs.nix-ld = { enable = true; };
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
||||||
|
# bare essentials
|
||||||
git
|
git
|
||||||
neovim
|
neovim
|
||||||
|
|
||||||
|
# mason needs stuff
|
||||||
gcc
|
gcc
|
||||||
clang-tools
|
clang-tools
|
||||||
cargo
|
cargo
|
||||||
|
|
@ -50,8 +53,16 @@
|
||||||
python3
|
python3
|
||||||
go
|
go
|
||||||
|
|
||||||
|
# mason needs stuff
|
||||||
unzip
|
unzip
|
||||||
|
|
||||||
|
# telescope
|
||||||
|
fzf
|
||||||
|
ripgrep
|
||||||
|
|
||||||
|
# stuff
|
||||||
|
nixfmt-rfc-style
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue