all repos — nixfiles @ 2a7fdeb9dfa214e1eef0b7cdabc970b69e65c25d

System and user configuration, managed by nix and home-manager

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";
  };
}