From 98e5b9a9ef42786a266890934973710219c087fc Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sat, 7 Mar 2026 23:19:49 +0100 Subject: [PATCH] typo --- .../generated/system/applications/terminal_shell/starship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Droidnix/generated/system/applications/terminal_shell/starship.nix b/Droidnix/generated/system/applications/terminal_shell/starship.nix index b1564339a..e0748206f 100644 --- a/Droidnix/generated/system/applications/terminal_shell/starship.nix +++ b/Droidnix/generated/system/applications/terminal_shell/starship.nix @@ -24,7 +24,7 @@ "kubectl" ]; }; - autosuggestions.enable = true; + autosuggestion.enable = true; syntaxHighlighting.enable = true; };