mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-25 16:40:33 -04:00
fix firefox timezone issue
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user