tfc-nixos/pkgs/base-packages.nix
2023-12-14 14:54:14 -06:00

32 lines
351 B
Nix

{ pkgs, config, ... }:
{
environment.systemPackages = with pkgs; [
vim
wget
yt-dlp
bat
ripgrep
ffmpeg-full
rsync
dutree
tmux
git
samba
exa
jq
fd
bc
sysstat
procs
btop
htop
smartmontools
#nvtop
glxinfo
vulkan-tools
pciutils
blesh
cachix
];
}