nix-dotfiles/systems/programs.nix

35 lines
415 B
Nix
Raw Normal View History

2023-12-23 06:49:01 +01:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
bat
btop
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
];
}