about summary refs log tree commit diff
path: root/home/profiles/browsing/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/browsing/default.nix')
-rw-r--r--home/profiles/browsing/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/profiles/browsing/default.nix b/home/profiles/browsing/default.nix
index 42e85f0..1fd5e8f 100644
--- a/home/profiles/browsing/default.nix
+++ b/home/profiles/browsing/default.nix
@@ -44,6 +44,9 @@ in
       settings = import ./qutebrowser-settings.nix // {
         url.default_page = "https://searx.be";
         url.start_pages = "https://searx.be";
+
+        # mimeApps: open links in new window
+        new_instance_open_target = "window";
       } // lib.optionalAttrs (cfg.hiDpi) {
         qt.highdpi = true;
         fonts.default_size = "12pt";