From 8bf38a3be2dcd38c36601b1b22f8ab958bcbfee3 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sat, 14 Apr 2018 19:59:52 +0200 Subject: [PATCH] =?UTF-8?q?ZSH=20par=20d=C3=A9faut=20avec=20oh-my-zsh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index 6425d5b..a210e0b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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.