home: set BROWSER variable

If it can help troubleshoot some link problems, let's set it just in
case, for future me
This commit is contained in:
Antoine Martin 2022-10-04 23:34:14 +02:00
parent 514e3c0469
commit 04fa72f108

View file

@ -24,4 +24,8 @@
home.stateVersion = "21.05"; home.stateVersion = "21.05";
home.username = "alarsyo"; home.username = "alarsyo";
home.sessionVariables = {
BROWSER = "firefox";
};
} }