diff --git a/index.html b/index.html index 2ba331839..d703137cb 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 c9aad303e..fd4434cc7 100644 --- a/options.html +++ b/options.html @@ -1871,6 +1871,51 @@ See
Declared by:
<home-manager/modules/programs/astroid.nix>
+ |
programs.atuin.enableWhether to enable atuin.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/programs/atuin.nix>
+ |
programs.atuin.enableBashIntegrationWhether to enable Atuin's Bash integration. This will bind
+ctrl-r to open the Atuin history.
+
Type: boolean
Default:
+ true
+
Declared by:
+ <home-manager/modules/programs/atuin.nix>
+ |
programs.atuin.enableZshIntegrationWhether to enable Atuin's Zsh integration. +
+If enabled, this will bind ctrl-r and the up-arrow
+key to open the Atuin history.
+
Type: boolean
Default:
+ true
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/programs/atuin.nix>
+ |
programs.atuin.packageThe package to use for atuin.
Type: package
Default:
+ pkgs.atuin
+
Declared by:
+ <home-manager/modules/programs/atuin.nix>
+ |
programs.atuin.settingsConfiguration written to
+~/.config/atuin/config.toml.
+
+See https://github.com/ellie/atuin/blob/main/docs/config.md for the full list +of options. +
Type: Atuin configuration
Default:
+
+ {
+
+ }
+
+
Example:
{
+ auto_sync = true;
+ sync_frequency = "5m";
+ sync_address = "https://api.atuin.sh";
+ search_mode = "prefix";
+}
+Declared by:
+ <home-manager/modules/programs/atuin.nix>
|
programs.autojump.enableWhether to enable autojump.
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 53c012ab9..c0e12e8e5 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