50 lines
614 B
Nix
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
|
|
];
|
|
}
|