From a12c22ac63f7e84ab381d0520081ba0bdb5c4e31 Mon Sep 17 00:00:00 2001
From: rycee
Default: path
Default:
"~/.zplug"
Declared by:
<home-manager/modules/programs/zplug.nix>
+ |
programs.zsh.zsh-abbr.enable
Whether to enable zsh-abbr - zsh manager for auto-expanding abbreviations.
Type: +boolean
Default:
+false
Example:
+true
Declared by:
+<home-manager/modules/programs/zsh/zsh-abbr.nix>
+ |
programs.zsh.zsh-abbr.abbreviations
An attribute set that maps aliases (the top level attribute names +in this option) to abbreviations. Abbreviations are expanded with +the longer phrase after they are entered.
Type: +attribute set of string
Default:
+{ }
Example:
{ + gco = "git checkout"; + l = "less"; +} +
Declared by:
+<home-manager/modules/programs/zsh/zsh-abbr.nix>
|
qt.enable
Whether to enable Qt 4, 5 and 6 configuration.
Type: boolean
Default:
false
Example: