nixos-config/common/components/packages-full.nix
2024-06-26 18:52:51 +02:00

36 lines
434 B
Nix

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