diff --git a/henrovnix_ok/home/dev/zsh.nix b/henrovnix_ok/home/dev/zsh.nix index 14d19273e..a63fbcc7d 100644 --- a/henrovnix_ok/home/dev/zsh.nix +++ b/henrovnix_ok/home/dev/zsh.nix @@ -11,8 +11,8 @@ in { programs.zsh = { enable = true; - #syntaxHighlighting.enable = true; - #autosuggestions.enable = true; + syntaxHighlighting.enable = true; + autosuggestions.enable = true; enableCompletion = true; autocd = true; dotDir = config.home.homeDirectory;