summaryrefslogtreecommitdiff
path: root/lib/packages.nix
blob: b9b48d8d86de4f251c11cf6f5d1bbd0f587c29a0 (plain)
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
{ pkgs }:

# All common packages go here. Linux-specific should go in `linux.nix'

with pkgs;

[
ag
aspellDicts.en
cloc
ctags
dhall
direnv
entr
expect
file
font-awesome_5
git-lfs
htop
ispell
jq
lsof
material-icons
mononoki
ncdu
nix-prefetch-scripts
pass
pianobar
pwgen
python37Packages.black
ranger
ripgrep
shellcheck
tmux
tree
unrar
unzip
urlscan
vimpager
w3m
whois
zip
]