From 91a5e1b876b9ae96392fe183a20b063a5dae2040 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sat, 8 Nov 2025 22:59:48 -0500 Subject: make librewolf the default browser --- home.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 64fca89..2d7d881 100644 --- a/home.nix +++ b/home.nix @@ -142,8 +142,17 @@ # /etc/profiles/per-user/andrew/etc/profile.d/hm-session-vars.sh # home.sessionVariables = { + BROWSER = "librewolf"; + DEFAULT_BROWSER = "{$pkgs.librewolf}/bin/librewolf"; NIXOS_OZONE_WL = "1"; }; + xdg.mimeApps = { + enable = true; + defaultApplications = { + "x-scheme-handler/http" = "librewolf.desktop"; + "x-scheme-handler/https" = "librewolf.desktop"; + }; + }; programs.brave.enable = true; -- cgit v1.3.1