all repos — archive/nixos-configuration @ 97ae80b5109f6ad75bf9464d166db6860f76d7c0

Superseded by nixfiles

modules/berlin.nix (view raw)

1
2
3
4
5
6
7
8
{ config, pkgs, ... }:

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