MyNixOS website logo

Configuration to use for wluma. See https://github.com/maximbaz/wluma/blob/main/config.toml for available options.

Declarations
Type
TOML value
Default
{ }
Example
{
  als = {
    iio = {
      path = "";
      thresholds = {
        "0" = "night";
        "20" = "dark";
        "250" = "normal";
        "500" = "bright";
        "80" = "dim";
        "800" = "outdoors";
      };
    };
  };
}