diff --git a/index.html b/index.html index 8e172add8..c492f54bc 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 1ac2fa103..30f4d82fb 100644 --- a/options.html +++ b/options.html @@ -5798,6 +5798,47 @@ use Python 3 plugins. <home-manager/modules/programs/newsboat.nix>
programs.newsboat.urls.*.urlFeed URL.
Type: string
Example: "http://example.com"
Declared by:
<home-manager/modules/programs/newsboat.nix>
+ |
programs.nheko.enableWhether to enable Qt desktop client for Matrix.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/nheko.nix>
+ |
programs.nheko.packageThe nheko package to use.
Type: package
Default: pkgs.nheko
Declared by:
+ <home-manager/modules/programs/nheko.nix>
+ |
programs.nheko.settingsAttribute 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.enableWhether 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.enableBashIntegrationWhether to enable Bash integration.
Type: boolean
Default: true
Example: true
Declared by: