fix firefox timezone issue

This commit is contained in:
Gabriel Fontes
2023-07-17 10:38:40 -03:00
parent c43b02e454
commit 64acd91112
@@ -32,7 +32,11 @@ in
};
home = {
sessionVariables.BROWSER = "firefox";
sessionVariables = {
BROWSER = "firefox";
# https://github.com/NixOS/nixpkgs/issues/238025
TZ = "/etc/localtime";
};
persistence = {
# Not persisting is safer
# "/persist/home/misterio".directories = [ ".mozilla/firefox" ];