From 740ae49d5eecae94a66e3f58b18574270be0334f Mon Sep 17 00:00:00 2001 From: traxys Date: Tue, 17 Oct 2023 16:36:28 +0200 Subject: [PATCH] thinkpad-nixos: Correctly open links in firefox --- hostconfig/thinkpad-nixos/hm.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hostconfig/thinkpad-nixos/hm.nix b/hostconfig/thinkpad-nixos/hm.nix index 862a686..1c2eb25 100644 --- a/hostconfig/thinkpad-nixos/hm.nix +++ b/hostconfig/thinkpad-nixos/hm.nix @@ -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 = {