fixed my error on oh-my-zsh
This commit is contained in:
parent
fb4fed3430
commit
16ee4b50d6
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ in {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
oh-my-zsh = mkIf cfg.ohmyzsh {
|
oh-my-zsh = mkIf cfg.ohmyzsh.enable {
|
||||||
enable = true;
|
programs.oh-my-zsh.enable = true;
|
||||||
theme = cfg.ohmyzsh.theme;
|
theme = cfg.ohmyzsh.theme;
|
||||||
plugins = cfg.ohmyzsh.plugins;
|
plugins = cfg.ohmyzsh.plugins;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue