From 99fe4bf4d07ed1b1d0395d3e1093ed4cd550e51c Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 28 Aug 2022 04:56:05 +0300 Subject: [PATCH] nix/shell/zsh: enable omz... ... to easy navigate by history --- home/shell/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/shell/zsh.nix b/home/shell/zsh.nix index 883ba60..a27e111 100644 --- a/home/shell/zsh.nix +++ b/home/shell/zsh.nix @@ -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 = ''