Files
nix-config/modules/cli-tools.nix
2024-04-15 16:05:46 +02:00

34 lines
462 B
Nix

{ config, pkgs, inputs, ... }:
{
environment.systemPackages = with pkgs; [
wget
pciutils
nixos-option
btop
git
killall
xclip
usbutils
inputs.agenix.packages."x86_64-linux".default
fastfetch
pdfgrep
ncdu
glxinfo
vulkan-tools
ffmpeg
nethogs
dig
smartmontools
bc
xxd
tldr
file
unzip
lsof
screen
tmux
fatrace # monitor filesystem events
ripgrep
];
}