diff --git a/Droidnix/generated/system/applications/terminal_shell/zsh.nix b/Droidnix/generated/system/applications/terminal_shell/zsh.nix index d68b987f6..64d4411f6 100644 --- a/Droidnix/generated/system/applications/terminal_shell/zsh.nix +++ b/Droidnix/generated/system/applications/terminal_shell/zsh.nix @@ -1,4 +1,10 @@ -{ config, pkgs, lib, user, ... }: +{ + config, + pkgs, + lib, + user, + ... +}: let zshConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/zsh"; in @@ -14,7 +20,7 @@ in enable = true; enableCompletion = true; autosuggestion.enable = true; - # Disable syntaxHighlighting.enable (we handle it manually) + syntaxHighlighting.enable = true; oh-my-zsh = { enable = true; theme = "agnoster";