From b3b78ca3c15bff46eb913e7f0cfebdac71557eea Mon Sep 17 00:00:00 2001 From: tzlil Date: Tue, 7 Feb 2023 13:04:03 +0200 Subject: fixed command-not-found --- profiles/core.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'profiles') 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 -- cgit 1.4.1