services.wluma.settings
Configuration to use for wluma. See https://github.com/maximbaz/wluma/blob/main/config.toml for available options.
- Type
TOML value- Default
{ }- Example
{ als = { iio = { path = ""; thresholds = { "0" = "night"; "20" = "dark"; "250" = "normal"; "500" = "bright"; "80" = "dim"; "800" = "outdoors"; }; }; }; }- Declared
- <home-manager/modules/services/wluma.nix>