ahuston-0 0122f87f22 attempt to fix zsh nix-shell
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-20 22:25:25 +00:00

50 lines
614 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
alacritty
amdgpu_top
bat
brightnessctl
btop
croc
deadnix
direnv
fd
file
grim
htop
hwloc
iperf3
jp2a
jq
lsof
lynis
ncdu
neofetch
nix-init
nix-output-monitor
nix-prefetch
nix-tree
nixpkgs-fmt
nmap
pciutils
qrencode
ripgrep
signal-desktop
slurp
smartmontools
telegram-desktop
terraform
tig
tokei
tree
unzip
uutils-coreutils-noprefix
ventoy
wget
wl-clipboard
zoom-us
zoxide
];
}