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:
@ -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;
|
||||||
|
Reference in New Issue
Block a user