Correctifs maj 18.09

This commit is contained in:
nyanloutre 2018-10-22 19:16:50 +02:00
parent 2dcb9e51f5
commit c7fdc18c0c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
users.defaultUserShell = pkgs.zsh; users.defaultUserShell = pkgs.zsh;
programs.zsh = { programs.zsh = {
enable = true; enable = true;
enableAutosuggestions = true; autosuggestions.enable = true;
enableCompletion = true; enableCompletion = true;
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
interactiveShellInit = '' interactiveShellInit = ''