home/qutebrowser: update package name, open hints directly in mpv

This commit is contained in:
Asmir A 2023-09-20 19:44:52 +02:00
parent 874cc98c11
commit f869966b60

View File

@ -127,13 +127,13 @@ in {
qutebrowser = {
enable = true;
package = pkgs.qutebrowser-qt6;
package = pkgs.qutebrowser;
keyBindings = {
normal = {
"j" = "scroll-px 0 25";
"k" = "scroll-px 0 -25";
"u" = "undo --window";
";v" = "hint links userscript view_in_mpv";
";v" = "hint links spawn mpv {hint-url}";
};
};