From 96b81d32136ccc9d72e76ede0a1e327c5e8186b6 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Thu, 19 Jun 2025 15:05:56 +0200 Subject: [PATCH] hurricane: 33 current 2025-06-19 15:05:53 25.05.20250615.6c64dab 6.15.2 * command-not-found fix hurricane: 35 current 2025-06-19 15:20:50 25.05.20250617.36ab78d 6.15.2 * command-not-found fix hurricane: 36 current 2025-06-19 15:25:35 25.05.20250617.36ab78d 6.15.2 * command-not-found fix --- modules/programs.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/programs.nix b/modules/programs.nix index 475ed11..a4d89d8 100644 --- a/modules/programs.nix +++ b/modules/programs.nix @@ -50,6 +50,7 @@ in { gcc libgcc nil + sqlite # Common programs ghostty @@ -69,6 +70,10 @@ in { ]; programs = { + command-not-found = { + enable = true; + dbPath = "/run/current-system/sw/bin/sqlite3"; + }; # CLI zoxide = { enable = true;