customisation shell zsh

This commit is contained in:
nyanloutre 2018-11-10 15:25:21 +01:00
parent c02de5bac5
commit b2e513857c
1 changed files with 6 additions and 2 deletions

View File

@ -70,8 +70,12 @@
'';
ohMyZsh = {
enable = true;
plugins = [ "git" "colored-man-pages" "command-not-found" "extract" ];
theme = "bureau";
plugins = [ "git" "colored-man-pages" "command-not-found" "extract" "nix" ];
customPkgs = with pkgs;[
spaceship-prompt
nix-zsh-completions
];
theme = "spaceship";
};
};