diff --git a/index.html b/index.html index f78731e72..1d86e303c 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index bd7625d06..368478ab5 100644 --- a/options.html +++ b/options.html @@ -5557,17 +5557,23 @@ documentation for details. <home-manager/modules/programs/pidgin.nix>
programs.pidgin.plugins
Plugins that should be available to Pidgin.
Type: unspecified value
Default: [ ]
Example: [ pkgs.pidgin-otr pkgs.pidgin-osd ]
Declared by:
<home-manager/modules/programs/pidgin.nix>
- |
programs.pistol.enable
Whether to enable Pistol, a general purpose file previewer designed for terminal file -managers.
Type: boolean
Default: false
Example: true
Declared by:
+ |
programs.pistol.enable
Whether to enable file previewer for terminal file managers.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/pistol.nix>
- |
programs.pistol.config
Pistol configuration written to +
programs.pistol.associations
Associations written to the Pistol configuration at
$XDG_CONFIG_HOME/pistol/pistol.conf
.
-
Type: attribute set of string
Default: { }
Example:
{ - "text/*" = "bat --paging=never --color=always %pistol-filename%"; - "inode/directory" = "ls -l --color %pistol-filename%"; -} +Type: list of (submodule)
Default:
[ ]
Example:
[ + { mime = "application/json"; command = "bat %pistol-filename%"; } + { mime = "application/*"; command = "hexyl %pistol-filename%"; } + { fpath = ".*.md$"; command = "sh: bat --paging=never --color=always %pistol-filename% | head -8"; } +]Declared by:
<home-manager/modules/programs/pistol.nix>
+ |
programs.pistol.associations.*.command
Preview command for files matched by this association.
Type: string
Declared by:
+ <home-manager/modules/programs/pistol.nix>
+ |
programs.pistol.associations.*.fpath
File path regex that this association should match.
Type: string
Default: ""
Declared by:
+ <home-manager/modules/programs/pistol.nix>
+ |
programs.pistol.associations.*.mime
Mime type regex that this association should match.
Type: string
Default: ""
Declared by:
+ <home-manager/modules/programs/pistol.nix>
|
programs.piston-cli.enable
Whether to enable piston-cli, code runner.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/piston-cli.nix>
|
programs.piston-cli.package
The piston-cli package to use.
Type: package
Default: pkgs.piston-cli
Declared by: