summary refs log tree commit diff
path: root/profiles/core.nix
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-02-07 13:04:03 +0200
committertzlil <tzlils@protonmail.com>2023-02-07 13:04:03 +0200
commitb3b78ca3c15bff46eb913e7f0cfebdac71557eea (patch)
tree1ce5236c3b2bcd6d7493ba3d80d26ab46ad99f23 /profiles/core.nix
parentb0422f1bc1ffdfc32f621c26ff8091d6817e4e67 (diff)
fixed command-not-found
Diffstat (limited to 'profiles/core.nix')
-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