diff --git a/modules/home/services/open-proxy/default.nix b/modules/home/services/open-proxy/default.nix index e80caa8..a8979cb 100644 --- a/modules/home/services/open-proxy/default.nix +++ b/modules/home/services/open-proxy/default.nix @@ -56,6 +56,7 @@ in }; home.sessionPath = [ "$HOME/.local/bin" ]; + home.sessionVariables.BROWSER = "open"; }) ]; }