all repos — nixfiles @ 297404c8be8b79762fc99bf47df425eaa7b81ff7

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