From d1a6d19654a24209673de834aeeb1486ee761fd7 Mon Sep 17 00:00:00 2001 From: rycee Date: Tue, 30 Apr 2024 21:55:37 +0000 Subject: [PATCH] deploy: 3c0df2a7e43b432b739d8e9d289dcb362a44b308 --- options.xhtml | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) diff --git a/options.xhtml b/options.xhtml index 9f49437c3..10ca86e6c 100644 --- a/options.xhtml +++ b/options.xhtml @@ -19796,6 +19796,91 @@ attribute set of section of an INI file (attrs of INI atom (null, bool, int, flo +
+ + programs.freetube.enable + + +
+
+

Whether to enable FreeTube, a YT client for Windows, Mac, and Linux.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/freetube.nix> + +
+
+
+ + programs.freetube.package + + +
+
+

The freetube package to use.

+ +

Type: +package

+ +

Default: +pkgs.freetube

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/freetube.nix> + +
+
+
+ + programs.freetube.settings + + +
+
+

Configuration settings for FreeTube.

All configurable options can be deduced by enabling them through the +GUI and observing the changes in settings.db.

+ +

Type: +attribute set

+ +

Default: +{ }

+ +

Example:

{
+  allowDashAv1Formats = true;
+  checkForUpdates     = false;
+  defaultQuality      = "1080";
+  baseTheme           = "catppuccinMocha";
+}
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/freetube.nix> + +
+
programs.fuzzel.enable