missing option tweaks

This commit is contained in:
Thilo Billerbeck 2024-03-18 15:43:15 +01:00
parent 2b3a8e79ad
commit ad62e5e5e2
5 changed files with 26 additions and 15 deletions
home-manager/programs

View file

@ -22,7 +22,7 @@ let
in {
programs.zsh = {
enable = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
enableCompletion = true;
enableVteIntegration = true;
syntaxHighlighting.enable = true;