Make zsh-histdb use sqlite3 directly instead of depending on systemPackages.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user