dotfiles/home/desktop.nix
Spotlight 926fa27bb6
Temporarily remove JADX
It's not commonly used, and its dependency on `frida-python` is broken on platforms that aren't x86_64-linux. While this will probably be fixed upstream at some point, it's a hassle at the moment.
2025-02-23 14:15:15 -06:00

61 lines
764 B
Nix

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