From 2f7186015df625172070bc1b75d08671523fdacb Mon Sep 17 00:00:00 2001 From: LarsZauberer Date: Sat, 13 Apr 2024 18:34:33 +0200 Subject: [PATCH] fixed intend --- modules/cli/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }; };