Make zsh-histdb use sqlite3 directly instead of depending on systemPackages.

This commit is contained in:
Tom Alexander
2025-01-18 12:49:29 -05:00
parent f524aa168a
commit c694c6ae4c
3 changed files with 9 additions and 3 deletions

View File

@@ -64,7 +64,6 @@ in
environment.systemPackages = with pkgs; [
zsh
sqlite # TODO: can this be pulled into zsh-histdb automatically?
];
users.users.talexander.shell = pkgs.zsh;