home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

redshift.nix (188B)


      1 {
      2   services = {
      3     redshift = {
      4       enable = true;
      5       brightness = { day = "1"; night = "0.9"; };
      6       latitude = "48.3";
      7       longitude = "7.5";
      8       tray = true;
      9     };
     10   };
     11 }