From 039b1501ccae534f24728d322ff7776902c7b3c1 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sat, 7 Mar 2026 23:30:55 +0100 Subject: [PATCH] Working on terminal stuff --- Droidnix/generated/system/applications/terminal_shell/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Droidnix/generated/system/applications/terminal_shell/zsh.nix b/Droidnix/generated/system/applications/terminal_shell/zsh.nix index 358bfddae..9826f696b 100644 --- a/Droidnix/generated/system/applications/terminal_shell/zsh.nix +++ b/Droidnix/generated/system/applications/terminal_shell/zsh.nix @@ -15,7 +15,7 @@ in enable = true; enableCompletion = true; dotDir = zshConfigDir; - autosuggestions.enable = true; + autosuggestion.enable = true; syntaxHighlighting.enable = true; oh-my-zsh = { enable = true;