Make command-not-found dbPath configurable

main
Matthew Ess 2021-05-05 21:21:10 -04:00
parent 7b84ccba84
commit 28a2f4d1ce
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,10 @@ in {
programs = {
bat.enable = true;
broot.enable = true;
command-not-found.enable = true;
command-not-found = {
enable = true;
dbPath = import ../profiles/programs.sqlite.secret.nix;
};
direnv = {
enable = true;
enableNixDirenvIntegration = true;