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