-
Notifications
You must be signed in to change notification settings - Fork 0
/
tools.nix
58 lines (52 loc) · 1.19 KB
/
tools.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Packages prefixed with `hackbg` are:
# - defined in `pkgs.nix`
# - added to `pkgs` by the overlay defined in `default.nix`.
pkgs: with pkgs; [
pkg-config
openssl
hackbg.js
hackbg.nvm
hackbg.neovim
hackbg.rust
hackbg.bcrypt-tool
hackbg.lazydocker
hackbg.lazygit
hackbg.lazynpm
#hackbg.secretcli
#hackbg.util
#hackbg.clockify-cli
#hackbg.vscode
python310
python310Packages.pip
hexedit # hex editor
ripgrep # find in files
bfs # find file
fd # find file
jq # parse json
sd # find and replace
tokei # line counter
bandwidth # net monitor
grex # regex from examples
delta # diff viewer
kondo # artifact cleaner
peep # compact pager
cloc # count lines of code
entr # watch for file changes
feh # image viewer
fortune # a little whimsy helps
git # opt-in to infinite branching undo history
htop
neo-cowsay # see fortune
nix-index # find stuff in nixpkgs
#plantuml # diagrams
ripgrep # find stuff in files fast
tig # view git history interactively
tmux # split terminals
just
bat
wireshark
tcpdump
#surf
lsd
entr
]