mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-11 23:34:36 +02:00
missing option tweaks
This commit is contained in:
parent
2b3a8e79ad
commit
ad62e5e5e2
5 changed files with 26 additions and 15 deletions
home-manager/programs
|
@ -22,7 +22,7 @@ let
|
|||
in {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
autosuggestion.enable = true;
|
||||
enableCompletion = true;
|
||||
enableVteIntegration = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue