forked from nyanloutre/nixos-config
Correctifs maj 18.09
This commit is contained in:
parent
2dcb9e51f5
commit
c7fdc18c0c
1 changed files with 1 additions and 1 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue