nix-dotfiles/systems/programs.nix
Richie Cahill 9c58bc47c4 Adding packages (#24)
* adding-packages

* removed TODO

* removed usbutils and     speedtest-cli
2024-01-06 17:08:43 -05:00

41 lines
465 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
bat
btop
croc
deadnix
direnv
fd
file
htop
hwloc
iperf3
jp2a
jq
lsof
lynis
ncdu
neofetch
nix-init
nix-output-monitor
nix-prefetch
nix-tree
nixpkgs-fmt
nmap
pciutils
python3
qrencode
ripgrep
smartmontools
tig
tokei
tree
unzip
ventoy
wget
zoxide
zsh-nix-shell
];
}