summaryrefslogtreecommitdiff
path: root/home/config/redshift.nix
blob: e670c05e779858aabf3ea256761c384f9db6e37e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ ... }:

{
  services.redshift = {
    enable = true;
    tray = true;
    temperature = {
      day = 2500;
      night = 2500;
    };
    latitude = "48.856614";
    longitude = "2.3522219";
    settings = { redshift = { transition = 0; }; };
  };
}