Update oh-my-zsh.xml
Change name of the parameter to match https://github.com/NixOS/nixpkgs/blob/3d4cb55b718cfab054e86e864c90220d040d1935/nixos/modules/programs/zsh/oh-my-zsh.nix
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
configuration format of <literal>oh-my-zsh</literal>.
|
configuration format of <literal>oh-my-zsh</literal>.
|
||||||
<programlisting>
|
<programlisting>
|
||||||
{
|
{
|
||||||
programs.ohMyZsh = {
|
programs.zsh.ohMyZsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ "git" "python" "man" ];
|
plugins = [ "git" "python" "man" ];
|
||||||
theme = "agnoster";
|
theme = "agnoster";
|
||||||
|
|||||||
Reference in New Issue
Block a user