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