tools: Install sqlite globally
It often is needed on servers where there is no user.
This commit is contained in:
parent
da56357ad8
commit
c70da831eb
|
@ -25,6 +25,7 @@
|
||||||
file # file type
|
file # file type
|
||||||
ncdu # interactive du
|
ncdu # interactive du
|
||||||
rename # sed for filenames
|
rename # sed for filenames
|
||||||
|
sqlite-interactive # cli for sqlite databses
|
||||||
wget # download tool
|
wget # download tool
|
||||||
|
|
||||||
# encryption tools
|
# encryption tools
|
||||||
|
|
|
@ -54,7 +54,6 @@ in
|
||||||
imagemagick # image conversion
|
imagemagick # image conversion
|
||||||
(p7zip.override { enableUnfree = nixosConfig.sbruder.unfree.allowSoftware; }) # 7z cli (with optional rar support)
|
(p7zip.override { enableUnfree = nixosConfig.sbruder.unfree.allowSoftware; }) # 7z cli (with optional rar support)
|
||||||
pdftk # pdf multitool
|
pdftk # pdf multitool
|
||||||
sqlite-interactive # cli for sqlite databses
|
|
||||||
|
|
||||||
# network tools
|
# network tools
|
||||||
dnsutils # dig
|
dnsutils # dig
|
||||||
|
|
Loading…
Reference in a new issue