about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStefano Probst <senden9@gmail.com>2018-12-13 15:51:05 +0100
committerGitHub <noreply@github.com>2018-12-13 15:51:05 +0100
commitd95dc9697e4f527bffafa7584b85be0692e40345 (patch)
treeee5628b2c25103de501466a6695154103232c60d
parent3d4cb55b718cfab054e86e864c90220d040d1935 (diff)
downloadnixlib-d95dc9697e4f527bffafa7584b85be0692e40345.tar
nixlib-d95dc9697e4f527bffafa7584b85be0692e40345.tar.gz
nixlib-d95dc9697e4f527bffafa7584b85be0692e40345.tar.bz2
nixlib-d95dc9697e4f527bffafa7584b85be0692e40345.tar.lz
nixlib-d95dc9697e4f527bffafa7584b85be0692e40345.tar.xz
nixlib-d95dc9697e4f527bffafa7584b85be0692e40345.tar.zst
nixlib-d95dc9697e4f527bffafa7584b85be0692e40345.zip
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
-rw-r--r--nixos/modules/programs/zsh/oh-my-zsh.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/zsh/oh-my-zsh.xml b/nixos/modules/programs/zsh/oh-my-zsh.xml
index 5cf690c1a560..0baf19447396 100644
--- a/nixos/modules/programs/zsh/oh-my-zsh.xml
+++ b/nixos/modules/programs/zsh/oh-my-zsh.xml
@@ -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";