add hexyl, timg, and other

This commit is contained in:
Emile Clark-Boman 2025-09-26 23:18:45 +10:00
parent cb6f984065
commit 81c7c25c6f

View file

@ -244,6 +244,7 @@ in {
binutils binutils
strace strace
ltrace ltrace
hexyl
# ASM # ASM
nasm nasm
(callPackage ../packages/x86-manpages {}) (callPackage ../packages/x86-manpages {})
@ -265,6 +266,14 @@ in {
haskell-language-server haskell-language-server
ormolu ormolu
# Nix
# TODO: once upgraded past Nix-24.07 this line won't be necessary (I think)
# helix will support nixd by default
# SOURCE: https://github.com/nix-community/nixd/blob/main/nixd/docs/editor-setup.md#Helix
nixd # lsp for nix
nix-prefetch-git
nix-index
# Python # Python
python312 # I use 3.12 since it's in a pretty stable state now python312 # I use 3.12 since it's in a pretty stable state now
python314 # also 3.14 for latest features python314 # also 3.14 for latest features
@ -288,23 +297,18 @@ in {
zoxide zoxide
doggo doggo
tldr tldr
# btop btop
eza eza
yazi yazi
lazygit lazygit
ripgrep ripgrep
viddy # modern `watch` command viddy # modern `watch` command
thefuck thefuck
timg # terminal image (sixel) viewer
# TODO: once upgraded past Nix-24.07 this line won't be necessary (I think)
# helix will support nixd by default
# SOURCE: https://github.com/nix-community/nixd/blob/main/nixd/docs/editor-setup.md#Helix
nixd # lsp for nix
# Pretty necessary # Pretty necessary
git git
git-filter-repo git-filter-repo
nix-prefetch-git
brightnessctl brightnessctl
acpi acpi
# upower # upower