diff --git a/users/mat-hm.nix b/users/mat-hm.nix index a8fef6b..9b0bf06 100644 --- a/users/mat-hm.nix +++ b/users/mat-hm.nix @@ -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;