nixos-config/common/components/packages-full.nix
2024-04-22 22:03:23 +02:00

36 lines
406 B
Nix

{
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
];
}