nix-dotfiles/systems/programs.nix

41 lines
473 B
Nix
Raw Normal View History

{ pkgs, ... }: {
2023-12-23 06:49:01 +01:00
environment.systemPackages = with pkgs; [
bat
btop
2023-12-26 19:06:02 +01:00
croc
2023-12-23 06:49:01 +01:00
deadnix
direnv
fd
file
htop
hwloc
iperf3
2023-12-23 06:49:01 +01:00
jp2a
jq
lsof
lynis
ncdu
2023-12-23 06:49:01 +01:00
neofetch
nix-init
nix-output-monitor
nix-prefetch
nix-tree
nixpkgs-fmt
nmap
pciutils
python3
qrencode
ripgrep
smartmontools
2023-12-23 06:49:01 +01:00
tig
tokei
tree
unzip
ventoy
wget
2024-01-30 18:37:13 +01:00
zip
2023-12-23 06:49:01 +01:00
zoxide
zsh-nix-shell
];
2023-12-27 10:03:13 +01:00
}