Files
nix-config/modules/cli-tools.nix
2024-03-24 12:19:14 +01:00

32 lines
409 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
neofetch
pdfgrep
ncdu
glxinfo
vulkan-tools
ffmpeg
nethogs
dig
smartmontools
bc
xxd
tldr
file
unzip
lsof
screen
tmux
];
}