85 lines
1.1 KiB
Nix
85 lines
1.1 KiB
Nix
{ pkgs }:
|
|
with pkgs;
|
|
[
|
|
bash
|
|
bat # cat with syntax highlighting and git integration
|
|
binutils
|
|
bluez-tools
|
|
chromium
|
|
delta # feature-rich diff viewer
|
|
dig
|
|
direnv
|
|
element-desktop
|
|
ffmpeg
|
|
file
|
|
fzf
|
|
gdb
|
|
gh
|
|
gimp
|
|
glow # render markdown
|
|
gnumake
|
|
gnupg
|
|
halloy
|
|
hexyl # hex viewer
|
|
httpie
|
|
hyperfine # A command-line benchmarking tool.
|
|
inkscape
|
|
inotify-tools
|
|
ioping # ping but for block devices
|
|
iproute2
|
|
iputils # tracepath
|
|
irssi
|
|
jetbrains-mono
|
|
jq
|
|
keepassxc
|
|
krita
|
|
ldns
|
|
libreoffice
|
|
libvirt
|
|
lsof
|
|
man-pages
|
|
mpv
|
|
mtr
|
|
mumble
|
|
nix-output-monitor
|
|
nixd
|
|
nixfmt-rfc-style
|
|
nfs-utils
|
|
nmap
|
|
map-cmd
|
|
obs-studio
|
|
obsidian
|
|
openscad
|
|
openssl
|
|
pandoc # document converter and templater
|
|
pass
|
|
pavucontrol
|
|
picocom
|
|
prusa-slicer
|
|
pv
|
|
(python3.withPackages (pkgs: [
|
|
pkgs.pandas
|
|
pkgs.requests
|
|
]))
|
|
ranger
|
|
ripgrep
|
|
saleae-logic-2
|
|
sieveshell
|
|
signal-desktop
|
|
socat
|
|
sqlite
|
|
taplo
|
|
tcpdump
|
|
thunderbird
|
|
tmux
|
|
unzip
|
|
usbutils
|
|
virt-manager
|
|
whois
|
|
wireshark
|
|
xdg-utils
|
|
xmlstarlet
|
|
unixtools.xxd
|
|
yt-dlp
|
|
zsh
|
|
]
|