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
This commit is contained in:
2025-06-19 15:05:56 +02:00
committed by Felix Schulze
parent c601c2a150
commit 96b81d3213

View File

@ -50,6 +50,7 @@ in {
gcc gcc
libgcc libgcc
nil nil
sqlite
# Common programs # Common programs
ghostty ghostty
@ -69,6 +70,10 @@ in {
]; ];
programs = { programs = {
command-not-found = {
enable = true;
dbPath = "/run/current-system/sw/bin/sqlite3";
};
# CLI # CLI
zoxide = { zoxide = {
enable = true; enable = true;