Skip to content

Commit

Permalink
[fix ]: firefox timezone error
Browse files Browse the repository at this point in the history
By set the `TZ` environment variable manually.

ref: NixOS/nixpkgs#238025 (comment)

Signed-off-by: Bo-Wei Chen(BWbwchen) <tim.chenbw@gmail.com>
  • Loading branch information
BWbwchen committed Sep 11, 2023
1 parent cb774d8 commit 39ba657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/firefox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@
};
};

home.sessionVariables.TZ = "/etc/localtime";
}

0 comments on commit 39ba657

Please sign in to comment.