Update oh-my-zsh.xml

Change name of the parameter to match 3d4cb55b71/nixos/modules/programs/zsh/oh-my-zsh.nix
This commit is contained in:
Stefano Probst
2018-12-13 15:51:05 +01:00
committed by GitHub
parent 3d4cb55b71
commit d95dc9697e

View File

@@ -19,7 +19,7 @@
configuration format of <literal>oh-my-zsh</literal>.
<programlisting>
{
programs.ohMyZsh = {
programs.zsh.ohMyZsh = {
enable = true;
plugins = [ "git" "python" "man" ];
theme = "agnoster";