fixed intend

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

View file

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