nixos/machines/core/core.nix
Felix Buehler b924dfa58f
Some checks failed
/ Build Nix targets (push) Has been cancelled
machine/core: remove unmaintained gnufdisk
2025-05-17 00:14:27 +02:00

45 lines
578 B
Nix

{ pkgs, ... }:
{
# Packages
environment.systemPackages = with pkgs; [
bandwhich
bind # dig
borgbackup
cryptsetup
fd # find replacement
file
fzf
gettext
git
gitAndTools.delta
gptfdisk
htop
jq
killall
lsof
mosh
mtr
multipath-tools # kpartx
nmap
nmon
ouch # de-/compress
pciutils
progress
pv
reptyr
rsync
screen
sd # sed replacement
stress-ng
tmux
unzip
usbutils
vim
wget
whois
xcp
zip
];
time.timeZone = "Europe/Berlin";
}