ZSH par défaut avec oh-my-zsh

This commit is contained in:
nyanloutre 2018-04-14 19:59:52 +02:00
parent 7bb04ce907
commit 8bf38a3be2
1 changed files with 7 additions and 0 deletions

View File

@ -44,7 +44,14 @@
nixpkgs.config.allowUnfree = true;
users.defaultUserShell = pkgs.zsh;
programs.zsh.enable = true;
programs.zsh.enableAutosuggestions = true;
programs.zsh.enableCompletion = true;
programs.zsh.syntaxHighlighting.enable = true;
programs.zsh.ohMyZsh.enable = true;
programs.zsh.ohMyZsh.plugins = [ "git" "colored-man-pages" "command-not-found" "extract" ];
programs.zsh.ohMyZsh.theme = "bureau";
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.