From dd15e02f5bce9d32c6857d7f920b3c08fd314f7f Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 11 Oct 2024 11:55:54 +0000 Subject: [PATCH] deploy: 582830954264080aae93f751c3cdc58df600d2d1 --- options.xhtml | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/options.xhtml b/options.xhtml index 052b7e6f3..18ab155e3 100644 --- a/options.xhtml +++ b/options.xhtml @@ -50179,6 +50179,84 @@ string

+
+ + programs.vifm.enable + + +
+
+

Whether to enable vifm, a Vim-like file manager.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/vifm.nix> + +
+
+
+ + programs.vifm.package + + +
+
+

The vifm package to use.

+ +

Type: +package

+ +

Default: +pkgs.vifm

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/vifm.nix> + +
+
+
+ + programs.vifm.extraConfig + + +
+
+

Extra lines added to the $XDG_CONFIG_HOME/vifm/vifmrc file.

+ +

Type: +strings concatenated with ā€œ\nā€

+ +

Default: +""

+ +

Example: +"mark h ~/"

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/vifm.nix> + +
+
programs.vim.enable