summaryrefslogtreecommitdiffstats
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home.nix9
1 files changed, 9 insertions, 0 deletions
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;