{
pkgs,
lib,
...
}: {
# Packages installed on full-install machines
environment.systemPackages = with pkgs; [
bat
nextdns
# need to test
helix
holehe
smartmontools
cheat
lazygit
ripgrep
jq
yq
neofetch
tldr
dust
powertop
fzf
atuin
zellij
eza
lapce
gotty
gping
yazi
vulnix # once im on stable
];
}