mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
package cleanup
This commit is contained in:
parent
2fbee81297
commit
fbbb68ee06
5 changed files with 31 additions and 37 deletions
|
@ -156,26 +156,19 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# hardware utilities
|
||||
btdu
|
||||
nvme-cli
|
||||
intel-gpu-tools
|
||||
|
||||
# system essentials
|
||||
wget
|
||||
gcc
|
||||
git
|
||||
htop-vim
|
||||
dig
|
||||
traceroute
|
||||
killall
|
||||
python3
|
||||
zip
|
||||
unzip
|
||||
nvme-cli
|
||||
intel-gpu-tools
|
||||
|
||||
# rust
|
||||
cargo
|
||||
rustc
|
||||
rustfmt
|
||||
|
||||
# java stuff
|
||||
javaPackages.junit_4_12
|
||||
];
|
||||
programs.java.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue