summary refs log tree commit diff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/core.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/core.nix b/profiles/core.nix
index e23879f..17d64e2 100644
--- a/profiles/core.nix
+++ b/profiles/core.nix
@@ -24,5 +24,6 @@
     environment.defaultPackages = lib.mkForce [];
 
     age.identityPaths = [ "/nix/persist/etc/ssh/ssh_host_ed25519_key" ];
+    programs.command-not-found.dbPath = inputs.programsdb.packages.${pkgs.system}.programs-sqlite;
   };
 }
\ No newline at end of file