diff --git a/index.html b/index.html index 6767a97be..0e1705564 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 e58fb9bfc..d39f021ff 100644 --- a/options.html +++ b/options.html @@ -6307,6 +6307,38 @@ spaces or colons (:). reside world-readable in the Nix store.
Type: null or string
Default: null
Declared by:
<home-manager/modules/programs/senpai.nix>
+ |
programs.sioyek.enable
Whether to enable Sioyek is a PDF viewer designed for reading research papers and technical books..
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/sioyek.nix>
+ |
programs.sioyek.package
Package providing the sioyek binary
Type: package
Default: pkgs.sioyek
Declared by:
+ <home-manager/modules/programs/sioyek.nix>
+ |
programs.sioyek.bindings
Input configuration written to
+$XDG_CONFIG_HOME/sioyek/keys_user.config
.
+See https://github.com/ahrm/sioyek/blob/main/pdf_viewer/keys.config.
+
Type: attribute set of strings
Default:
+ {
+
+ }
+
Example:
{ + "move_up" = "k"; + "move_down" = "j"; + "move_left" = "h"; + "move_right" = "l"; +} +
Declared by:
+ <home-manager/modules/programs/sioyek.nix>
+ |
programs.sioyek.config
Input configuration written to
+$XDG_CONFIG_HOME/sioyek/prefs_user.config
.
+See https://github.com/ahrm/sioyek/blob/main/pdf_viewer/prefs.config.
+
Type: attribute set of strings
Default:
+ {
+
+ }
+
Example:
{ + "background_color" = "1.0 1.0 1.0"; + "text_highlight_color" = "1.0 0.0 0.0"; +} +
Declared by:
+ <home-manager/modules/programs/sioyek.nix>
|
programs.skim.enable
Whether to enable skim - a command-line fuzzy finder.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/skim.nix>
|
programs.skim.enableBashIntegration
Whether to enable Bash integration. diff --git a/tools.html b/tools.html index 7b43fd356..91fef88a8 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -84,7 +84,7 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
configuration specified in ~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
@@ -153,7 +153,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -265,15 +265,15 @@
--verbose
Activates verbose output. -