diff --git a/index.html b/index.html index d703137cb..cf4a83511 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index fd4434cc7..eb1aa74c3 100644 --- a/options.html +++ b/options.html @@ -5977,6 +5977,75 @@ use Python 3 plugins. pkgs.nix-index
Declared by:
<home-manager/modules/programs/nix-index.nix>
+ |
programs.nnn.enable
Whether to enable nnn.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/programs/nnn.nix>
+ |
programs.nnn.package
Package containing the nnn program. +
Type: package
Default:
+ pkgs.nnn
+
Example:
pkgs.nnn.override ({ withNerdIcons = true; });
Declared by:
+ <home-manager/modules/programs/nnn.nix>
+ |
programs.nnn.bookmarks
Directory bookmarks. +
Type: attribute set of strings
Default:
+
+ {
+
+ }
+
+
Example:
{ + d = "~/Documents"; + D = "~/Downloads"; + p = "~/Pictures"; + v = "~/Videos"; +}; +
Declared by:
+ <home-manager/modules/programs/nnn.nix>
+ |
programs.nnn.extraPackages
Extra packages available to nnn. +
Type: list of packages
Default:
+
+ [
+
+ ]
+
+
Example:
with pkgs; [ ffmpegthumbnailer mediainfo sxiv ]
Declared by:
+ <home-manager/modules/programs/nnn.nix>
+ |
programs.nnn.plugins
Manage nnn plugins. +
Type: submodule
Default:
+
+ {
+
+ }
+
+
Declared by:
+ <home-manager/modules/programs/nnn.nix>
+ |
programs.nnn.plugins.mappings
Key mappings to the plugins. +
Type: attribute set of strings
Default:
+
+ {
+
+ }
+
+
Example:
{ + c = "fzcd"; + f = "finder"; + v = "imgview"; +}; +
Declared by:
+ <home-manager/modules/programs/nnn.nix>
+ |
programs.nnn.plugins.src
Path to the plugin folder. +
Type: null or path
Default:
+ null
+
Example:
(pkgs.fetchFromGitHub { + owner = "jarun"; + repo = "nnn"; + rev = "v4.0"; + sha256 = "sha256-Hpc8YaJeAzJoEi7aJ6DntH2VLkoR6ToP6tPYn3llR7k="; +}) + "/plugins"; +
Declared by:
+ <home-manager/modules/programs/nnn.nix>
|
programs.noti.enable
Whether to enable Noti.
Type: boolean
Default:
false
Example: home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -151,7 +151,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
diff --git a/tools.html b/tools.html
index c0e12e8e5..fb81acabe 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-
Name
Name
Synopsis
home-manager
{
build
|
@@ -82,7 +82,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
Options
-A
@@ -259,15 +259,15 @@
attrPath
--verbose