fixed intend
This commit is contained in:
parent
5f2072519a
commit
1ce21a5aa5
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue