From ae48cb6c2600bda58ff36cb3c19df15033e56069 Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Sat, 8 Nov 2025 11:27:33 +0100 Subject: [PATCH] tweak qutebrowser + redshift --- configuration.nix | 4 +++- home.nix | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 1ebf379..ea2bf37 100644 --- a/configuration.nix +++ b/configuration.nix @@ -561,7 +561,9 @@ in "application/pdf" = "org.pwmt.zathura.desktop"; "image/png" = "feh.desktop"; "image/jpeg" = "feh.desktop"; - # "text/plain" = "nvim.desktop"; + "text/html" = "org.qutebrowser.qutebrowser.desktop"; + "x-scheme-handler/http" = "org.qutebrowser.qutebrowser.desktop"; + "x-scheme-handler/https" = "org.qutebrowser.qutebrowser.desktop"; }; }; diff --git a/home.nix b/home.nix index f3fac7b..4bd29be 100644 --- a/home.nix +++ b/home.nix @@ -960,7 +960,7 @@ in # Display temperature settings temperature = { day = 5700; - night = 3500; + night = 3000; }; # Location settings (replace with your coordinates) @@ -1167,9 +1167,11 @@ in fg = "#ffffff"; }; tabs.bar.bg = "#000000"; + webpage.darkmode.enabled = true; }; # tabs.tabs_are_windows = true; url.start_pages = [ "https://kagi.com/" ]; + url.default_page = "https://kagi.com/"; }; searchEngines = { w = "https://en.wikipedia.org/wiki/Special:Search?search={}&go=Go&ns0=1";