Make command-not-found dbPath configurable
parent
7b84ccba84
commit
28a2f4d1ce
|
@ -28,7 +28,10 @@ in {
|
||||||
programs = {
|
programs = {
|
||||||
bat.enable = true;
|
bat.enable = true;
|
||||||
broot.enable = true;
|
broot.enable = true;
|
||||||
command-not-found.enable = true;
|
command-not-found = {
|
||||||
|
enable = true;
|
||||||
|
dbPath = import ../profiles/programs.sqlite.secret.nix;
|
||||||
|
};
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNixDirenvIntegration = true;
|
enableNixDirenvIntegration = true;
|
||||||
|
|
Loading…
Reference in New Issue