From 28a2f4d1ceb0f27a14ca9afe7e301e7f1c21436a Mon Sep 17 00:00:00 2001 From: Matthew Ess Date: Wed, 5 May 2021 21:21:10 -0400 Subject: [PATCH] Make command-not-found dbPath configurable --- users/mat-hm.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;