Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 394 B view raw
1diff --git a/lua/gx/init.lua b/lua/gx/init.lua 2index 12272d4..c51771a 100644 3--- a/lua/gx/init.lua 4+++ b/lua/gx/init.lua 5@@ -73,7 +73,7 @@ local function get_open_browser_app() 6 if sysname == "Darwin" then 7 app = "open" 8 elseif sysname == "Linux" then 9- app = "xdg-open" 10+ app = "@xdg-utils@/bin/xdg-open" 11 elseif sysname == "Windows_NT" then 12 app = "powershell.exe" 13 end