blob: 5d1e22b0ed5fc667a149f41d47db47a415eec6c6 (
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
|
{ pkgs, ... }:
with pkgs; [
(pass.withExtensions (ext: with ext; [ pass-otp pass-genphrase ]))
ag
alacritty
apg
aria2
ario
aspell
aspellDicts.en
aspellDicts.en-computers
aspellDicts.en-science
backup-sh
bash-completion
bashInteractive
breezy
cacert
catdocx
chromium
coq
ddcutil
diffstat
diffutils
direnv
ditaa
dnsutils
docbook5
dos2unix
dot2tex
duplicity
duplicity-backup-sh
eclipses.eclipse-java
element-desktop
enchant
entr
exiv2
fd
ffmpeg
file
findutils
firefox
fontconfig
fonts-overlay
fzf
gawk
gen-sshconfig-sh
getmail
gimp
git-tools
global
gnugrep
gnupg
gnuplot
gnused
gnutar
gnutls
graphviz-nox
groff
guile
guile-lint
hammer
highlight
htmlTidy
htop
httperf
imagemagick
imgcat
inkscape.out
install-git-hooks-sh
iotop
isync
jetbrains.idea-community
jitsi-meet-electron
jmeter
john
jq
kitty
klavaro
kopia
ledger
less
libreoffice
librsvg
mc
mercurial
mitmproxy
mkpasswd
mpc_cli
mpd
mpdris2
msmtp
mtr
multimarkdown
mu
mutt
ncmpcpp
niv
nix-tools
nix-search-emacs-packages-sh
nmap
notmuch
nox
obs-studio
octaveFull
openjdk11
openssh
openssl
openvpn
p7zip
pandoc
paperkey
parallel
patch
patchutils
pdfpc
pdftk
pidgin-with-plugins
plantuml
playerctl
poppler_utils
postman
pv
pwgen
python-environment
qrencode
(rWrapper.override{ packages = with rPackages; [ ggplot2 dplyr xts ]; })
racket
ranger
renameutils
ripgrep
rsync
rtags
screen
shadir-sh
shellcheck
shreddir-sh
signal-desktop
silver-searcher
slack
socat
sourceHighlight
stow
subversion
svg2tikz
tcpdump
time
tmux
tokei
tree
units
unzip
urlwatch
vale
vim
#visualvm
w3m
watch
watchman
wavemon
wget
whois
wireshark-qt
wkhtmltopdf
wordnet
xbindkeys
xorg.xev
xorriso
xournal
xsensors
xsv
xz
youtube-dl
yubikey-personalization
z3
zeal
zip
zoom-us
zotero
zsh
zsh-syntax-highlighting
]
|