diff --git a/index.html b/index.html index 8e172add..c492f54b 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 1ac2fa10..30f4d82f 100644 --- a/options.html +++ b/options.html @@ -5798,6 +5798,47 @@ use Python 3 plugins. <home-manager/modules/programs/newsboat.nix>
programs.newsboat.urls.*.url
Feed URL.
Type: string
Example: "http://example.com"
Declared by:
<home-manager/modules/programs/newsboat.nix>
+ |
programs.nheko.enable
Whether to enable Qt desktop client for Matrix.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/nheko.nix>
+ |
programs.nheko.package
The nheko package to use.
Type: package
Default: pkgs.nheko
Declared by:
+ <home-manager/modules/programs/nheko.nix>
+ |
programs.nheko.settings
Attribute set of Nheko preferences (converted to an INI file). + +
+
+For now, it is recommended to run nheko and sign-in before filling in
+the configuration settings in this module, as nheko writes the access
+token to $XDG_CONFIG_HOME/nheko/nheko.conf
the
+first time we sign in, and we need that data into these settings for the
+correct functionality of the application.
+
+
+ +This a temporary inconvenience, however, as nheko has plans to move the +authentication stuff into the local database they currently use. Once +this happens, this will no longer be an issue. +
Type: attribute set of attribute set of INI atom (null, bool, int, float or string)
Default:
+ {
+
+ }
+
Example:
{ + general.disableCertificateValidation = false; + auth = { + accessToken = "SECRET"; + deviceId = "MY_DEVICE"; + homeServer = "https://matrix-client.matrix.org:443"; + userId = "@@user:matrix.org"; + }; + settings.scaleFactor = 1.0; + sidebar.width = 416; + user = { + alertOnNotification = true; + animateImagesOnHover = false; + "sidebar\\roomListWidth" = 308; + }; +} +
Declared by:
+ <home-manager/modules/programs/nheko.nix>
|
programs.nix-index.enable
Whether to enable nix-index, a file database for nixpkgs.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/nix-index.nix>
|
programs.nix-index.enableBashIntegration
Whether to enable Bash integration.
Type: boolean
Default: true
Example: true
Declared by: