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