2023-11-07 22:00:00 +01:00
|
|
|
{ pkgs, ... }:
|
2020-11-16 21:14:46 +01:00
|
|
|
{
|
|
|
|
# Packages
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
bandwhich
|
|
|
|
bind # dig
|
|
|
|
borgbackup
|
|
|
|
cryptsetup
|
2024-09-29 16:49:08 +02:00
|
|
|
fd # find replacement
|
2020-11-16 21:14:46 +01:00
|
|
|
file
|
|
|
|
fzf
|
|
|
|
gettext
|
|
|
|
git
|
|
|
|
gitAndTools.delta
|
|
|
|
gnufdisk
|
|
|
|
gptfdisk
|
|
|
|
htop
|
|
|
|
jq
|
|
|
|
killall
|
|
|
|
lsof
|
|
|
|
mosh
|
|
|
|
mtr
|
2024-09-02 23:28:33 +02:00
|
|
|
multipath-tools # kpartx
|
2020-11-16 21:14:46 +01:00
|
|
|
nmap
|
|
|
|
nmon
|
2023-06-19 22:22:16 +02:00
|
|
|
ouch # de-/compress
|
2020-11-16 21:14:46 +01:00
|
|
|
pciutils
|
2023-05-23 21:55:28 +02:00
|
|
|
progress
|
2020-11-16 21:14:46 +01:00
|
|
|
pv
|
|
|
|
reptyr
|
|
|
|
rsync
|
|
|
|
screen
|
2024-09-29 16:49:08 +02:00
|
|
|
sd # sed replacement
|
2020-11-16 21:14:46 +01:00
|
|
|
stress-ng
|
|
|
|
tmux
|
2024-09-02 23:28:33 +02:00
|
|
|
unzip
|
|
|
|
usbutils
|
2020-11-16 21:14:46 +01:00
|
|
|
vim
|
|
|
|
wget
|
|
|
|
whois
|
2024-09-02 23:28:33 +02:00
|
|
|
xcp
|
2020-11-16 21:14:46 +01:00
|
|
|
zip
|
|
|
|
];
|
|
|
|
|
|
|
|
time.timeZone = "Europe/Berlin";
|
|
|
|
}
|