add hexyl, timg, and other
This commit is contained in:
parent
cb6f984065
commit
81c7c25c6f
1 changed files with 11 additions and 7 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue