Make command-not-found dbPath configurable
parent
7b84ccba84
commit
28a2f4d1ce
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue