nix/shell/zsh: enable omz...

... to easy navigate by history
This commit is contained in:
Dmitriy Pleshevskiy 2022-08-28 04:56:05 +03:00
parent 1cb87da3e4
commit 99fe4bf4d0
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -35,8 +35,8 @@ in
};
oh-my-zsh = {
enable = !config.shell.prompt.starship.enable;
theme = "robbyrussell";
enable = true;
theme = mkIf config.shell.prompt.starship.enable "robbyrussell";
};
initExtraFirst = ''