about summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-20 13:35:26 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-20 13:35:26 +0200
commit946210896658c22225bf60128bd4e5f14240dd95 (patch)
treeda0e66bff928b1370336d24b37094f231d3aadf1 /modules
parentmodules/yt: Move the command config to its own table (diff)
downloadnixos-config-946210896658c22225bf60128bd4e5f14240dd95.zip
modules/yt: Add the `url_opener` command
Diffstat (limited to 'modules')
-rw-r--r--modules/by-name/yt/yt/module.nix2
1 files changed, 2 insertions, 0 deletions
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";
     };
   };