fix: improve sway browser integration

This commit is contained in:
Jet 2026-05-03 17:59:58 -07:00
parent 18f4e3e3b3
commit 2c8ff25308
No known key found for this signature in database
4 changed files with 17 additions and 2 deletions

View file

@ -13,7 +13,11 @@
home.stateVersion = "25.05";
home.sessionVariables = {
BROWSER = "zen";
BROWSER = "${pkgs.xdg-utils}/bin/xdg-open";
GH_BROWSER = "${pkgs.xdg-utils}/bin/xdg-open";
GIT_BROWSER = "${pkgs.xdg-utils}/bin/xdg-open";
MOZ_ENABLE_WAYLAND = "1";
NIXOS_OZONE_WL = "1";
TERMINAL = "ghostty";
};