[homemanager] Fixes env vars

This commit is contained in:
2025-06-09 15:47:16 -07:00
parent f46c5948e5
commit 9acaae9277

View File

@@ -94,5 +94,5 @@
"x-scheme-handler/about" = [ "librewolf.desktop" ]; "x-scheme-handler/about" = [ "librewolf.desktop" ];
"x-scheme-handler/unknown" = [ "librewolf.desktop" ]; "x-scheme-handler/unknown" = [ "librewolf.desktop" ];
}; };
environment.sessionVariables.DEFAULT_BROWSER = "${pkgs.librewolf}/bin/librewolf"; home.sessionVariables.DEFAULT_BROWSER = "${pkgs.librewolf}/bin/librewolf";
} }