nix-dotfiles/systems/programs.nix
2023-12-28 21:12:59 +01:00

37 lines
425 B
Nix

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