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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user