dotfiles/home/desktop.nix
2024-10-15 15:51:43 -05:00

61 lines
747 B
Nix

{ config, lib, pkgs, ... }:
{
# Commonly used packages.
home.packages = with pkgs; [
binwalk
bun
cachix
cloc
croc
dmg2img
exiftool
ffmpeg-full
gcc-arm-embedded
go
google-cloud-sdk
gradle
htop
hyfetch
imagemagick
# telnet
inetutils
ipsw
jadx
jdk21
jq
libimobiledevice
libusbmuxd
meld
minicom
monaco-powerline
mtools
mtr
nix-output-monitor
nodejs_22.pkgs.pnpm
ncdu
nmap
p7zip
pngcrush
pry
protobuf
python313
pwgen
qemu
radare2
ripgrep
rustup
socat
swiftformat
tmux
unar
virt-manager
vscode
watch
wget
xz
yt-dlp
zola
zstd
];
}