Home-manager not respecting system TZ?

I ended up fixing this by setting TZDIR to the system TZDIR, i’m sure I could get that calculated to a nixos derivation, but this is Good Enough until I reinstall w/ nixos:

bash_profile gets:

export TZ=America/Los_Angeles
export TZDIR=/usr/share/zoneinfo
1 Like