fixed intend

This commit is contained in:
LarsZauberer 2024-04-13 18:34:33 +02:00
commit 2f7186015d

View file

@ -85,8 +85,8 @@ in {
} }
]; ];
oh-my-zsh = mkIf cfg.ohmyzsh.enable { oh-my-zsh = mkIf cfg.ohmyzsh.enable {
enable = true; enable = true;
theme = cfg.ohmyzsh.theme; theme = cfg.ohmyzsh.theme;
plugins = cfg.ohmyzsh.plugins; plugins = cfg.ohmyzsh.plugins;
}; };
}; };