thinkpad-nixos: Correctly open links in firefox

This commit is contained in:
traxys 2023-10-17 16:36:28 +02:00
parent a4cff5cead
commit 740ae49d5e

View file

@ -122,10 +122,12 @@ in {
};
extraConfig = {
general.unsafe-accounts-conf = true;
ui = {
mouse-enabled = true;
threading-enabled = true;
};
filters = {
"text/plain" = "colorize";
"text/calendar" = "calendar";
@ -134,6 +136,10 @@ in {
"text/html" = "html | colorize";
"subject,~^\\[PATCH" = "delta";
};
openers = {
"x-scheme-handler/http*" = "firefox";
};
};
extraBinds = {
global = {