fixed my error on oh-my-zsh

This commit is contained in:
Charlie Root 2024-04-12 15:24:35 +02:00
commit 16ee4b50d6

View file

@ -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;
};