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