diff --git a/modules/cli/zsh.nix b/modules/cli/zsh.nix index cb02c19..e5083bc 100644 --- a/modules/cli/zsh.nix +++ b/modules/cli/zsh.nix @@ -85,8 +85,8 @@ in { } ]; oh-my-zsh = mkIf cfg.ohmyzsh.enable { - enable = true; - theme = cfg.ohmyzsh.theme; + enable = true; + theme = cfg.ohmyzsh.theme; plugins = cfg.ohmyzsh.plugins; }; };