dotfiles/home/desktop.nix
Spotlight 2429ddfa1a
Remove gcc-arm-embedded
This is better fit to be used within specific projects, and not globally throughout user programs.
2025-03-25 22:13:11 -05:00

59 lines
732 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
go
google-cloud-sdk
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
];
}