customisation shell zsh
This commit is contained in:
parent
c02de5bac5
commit
b2e513857c
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user