diff --git a/index.html b/index.html index dbd3f976..bdfd7964 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 190a0f28..16992314 100644 --- a/options.html +++ b/options.html @@ -7425,6 +7425,22 @@ for the default configuration. };
Declared by:
<home-manager/modules/programs/tiny.nix>
+ |
programs.tmate.enable
Whether to enable tmate.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/tmate.nix>
+ |
programs.tmate.package
The tmate package to install.
Type: package
Default: pkgs.tmate
Example: pkgs.tmate
Declared by:
+ <home-manager/modules/programs/tmate.nix>
+ |
programs.tmate.dsaFingerprint
Tmate server EdDSA key fingerprint.
Type: null or Concatenated string
Default: null
Example: SHA256:1111111111111111111111111111111111111111111
Declared by:
+ <home-manager/modules/programs/tmate.nix>
+ |
programs.tmate.extraConfig
Additional content written at the end of
+~/.tmate.conf
.
+
Type: strings concatenated with "\n"
Default: ""
Declared by:
+ <home-manager/modules/programs/tmate.nix>
+ |
programs.tmate.host
Tmate server address.
Type: null or string
Default: null
Example: tmate.io
Declared by:
+ <home-manager/modules/programs/tmate.nix>
+ |
programs.tmate.port
Tmate server port.
Type: null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default: null
Example: 2222
Declared by:
+ <home-manager/modules/programs/tmate.nix>
+ |
programs.tmate.rsaFingerprint
Tmate server RSA key fingerprint.
Type: null or Concatenated string
Default: null
Example: SHA256:1111111111111111111111111111111111111111111
Declared by:
+ <home-manager/modules/programs/tmate.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: