The Arcology Garden

Where I Am At

As of I live in Eugene, OR. It's basically nice here.

Computer Setup

For (sunrise-sunset) (see also documentation) here is a rough approximation of my current location:

emacs-lisp:mkdirp yes:results none:tangle ~/nix/lisp/my-location.el
(setq calendar-longitude -123.0912)
(setq calendar-latitude 44.0476)
(provide 'cce/my-location)

I am as usual in sync with the Western Standard Tribe. My NixOS configuration can stay in sync with this.

nix:tangle ~/nix/nixos/location.nix
{ ... }: {
  time.timeZone = "America/Los_Angeles";
}