From 8b6be74a60cf712a94158dc8eaebe05f3a22b393 Mon Sep 17 00:00:00 2001
From: rycee ^[[A
corresponds to the UP key.
programs.zsh.oh-my-zsh.enable
Whether to enable oh-my-zsh.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/zsh.nix>
+ |
programs.zsh.oh-my-zsh.package
The oh-my-zsh package to use.
Type: package
Default: pkgs.oh-my-zsh
Declared by:
+ <home-manager/modules/programs/zsh.nix>
|
programs.zsh.oh-my-zsh.custom
Path to a custom oh-my-zsh package to override config of oh-my-zsh. See https://github.com/robbyrussell/oh-my-zsh/wiki/Customization for more information.
Type: string
Default: ""
Example: "$HOME/my_customizations"
Declared by:
|