mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-15 07:15:08 +02:00
thinkpad-nixos: Correctly open links in firefox
This commit is contained in:
parent
a4cff5cead
commit
740ae49d5e
1 changed files with 6 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue