programs.zsh: rename oh-my-zsh to ohMyZsh

This is intended to provide better consistency with other NixOS modules.
Please refer to mayflower/nixpkgs#21 for further information.
This commit is contained in:
Maximilian Bosch
2017-05-25 10:51:26 +02:00
parent c9e63ded80
commit a549596700
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -3,11 +3,11 @@
with lib;
let
cfg = config.programs.zsh.oh-my-zsh;
cfg = config.programs.zsh.ohMyZsh;
in
{
options = {
programs.zsh.oh-my-zsh = {
programs.zsh.ohMyZsh = {
enable = mkOption {
default = false;
description = ''