MyNixOS website logo

Hyprsunset configuration written in Nix. Entries with the same key should be written as lists. Variables' and colors' names should be quoted. See https://wiki.hypr.land/Hypr-Ecosystem/hyprsunset/ for more examples.

Declarations
Type
Hyprsunset configuration value
Default
{ }
Example
{
  max-gamma = 150;

  profile = [
    {
      time = "7:30";
      identity = true;
    }
    {
      time = "21:00";
      temperature = 5000;
      gamma = 0.8;
    }
  ];
};