From 946210896658c22225bf60128bd4e5f14240dd95 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 20 Jul 2025 13:35:26 +0200 Subject: modules/yt: Add the `url_opener` command --- modules/by-name/yt/yt/module.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/by-name/yt/yt/module.nix b/modules/by-name/yt/yt/module.nix index cfcaa4e6..1151fdfa 100644 --- a/modules/by-name/yt/yt/module.nix +++ b/modules/by-name/yt/yt/module.nix @@ -70,6 +70,8 @@ inheritPath = false; }); + + url_opener = "qutebrowser-timesinks.youtube"; }; }; -- cgit 1.4.1