summary refs log tree commit diff stats
path: root/modules/berlin.nix
blob: a388a57a288c47484c897b9c10d1d67a15dd5083 (plain)
1
2
3
4
5
6
7
8
{ config, pkgs, ... }:

{ time.timezone = "Europe/Berlin";
  redshift = {
    latitude = "52.586";
    longitude = "13.300";
  };
}