diff --git a/index.html b/index.html index f5bc7e95..4b6ecd03 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 b8ba2922..fa35efe0 100644 --- a/options.html +++ b/options.html @@ -6085,6 +6085,14 @@ Requires a window manager that respects scroll hints. <home-manager/modules/programs/timidity.nix>
programs.timidity.finalPackage
Resulting package.
Type: package (read only)
Declared by:
<home-manager/modules/programs/timidity.nix>
+ |
programs.tint2.enable
Whether to enable tint2, a simple, unobtrusive and light panel for Xorg.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/tint2.nix>
+ |
programs.tint2.package
Tint2 package to install.
Type: package
Default: pkgs.tint2
Declared by:
+ <home-manager/modules/programs/tint2.nix>
+ |
programs.tint2.extraConfig
Commands for tint2 that will be add to the tint2rc
+file.
+
Type: strings concatenated with "\n"
Default: ""
Declared by:
+ <home-manager/modules/programs/tint2.nix>
|
programs.tmux.enable
Whether to enable tmux.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/tmux.nix>
|
programs.tmux.package
The tmux package to install
Type: package
Default: pkgs.tmux
Example: pkgs.tmux
Declared by: