nixos-config/common/components/packages-full.nix

36 lines
406 B
Nix
Raw Normal View History

2024-04-22 21:24:54 +02:00
{
pkgs,
lib,
...
}: {
2024-04-22 21:47:52 +02:00
# 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
];
2024-04-22 21:24:54 +02:00
}