diff options
author | tzlil <tzlils@protonmail.com> | 2023-02-07 13:04:03 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-02-07 13:04:03 +0200 |
commit | b3b78ca3c15bff46eb913e7f0cfebdac71557eea (patch) | |
tree | 1ce5236c3b2bcd6d7493ba3d80d26ab46ad99f23 /profiles | |
parent | b0422f1bc1ffdfc32f621c26ff8091d6817e4e67 (diff) |
fixed command-not-found
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/core.nix | 1 |
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 |