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:
stuebinm 2024-05-15 22:42:18 +02:00
parent 3e40d82579
commit 2cd0de8eeb

View file

@ -75,6 +75,7 @@
ffmpeg-full
bat
niv
sqlite-interactive
];
security.acme.defaults.email = "info+acme@hacc.space";