common: add sqlite-interactive to systemPackages
we have stuff stored in sqlite, might as well have the client available by default, given how often we use it. sqlite-interactive is an override on sqlite in nixpkgs which enables support for readline & ncurses, which are off by default.
This commit is contained in:
parent
3e40d82579
commit
2cd0de8eeb
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
bat
|
bat
|
||||||
niv
|
niv
|
||||||
|
sqlite-interactive
|
||||||
];
|
];
|
||||||
|
|
||||||
security.acme.defaults.email = "info+acme@hacc.space";
|
security.acme.defaults.email = "info+acme@hacc.space";
|
||||||
|
|
Loading…
Reference in a new issue