package cleanup

This commit is contained in:
Rouven Seifert 2023-05-21 13:50:49 +02:00
parent 2fbee81297
commit fbbb68ee06
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 31 additions and 37 deletions

View file

@ -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;