services.displayManager.lemurs.settings

NixOS option

Configuration for lemurs, provided as a Nix attribute set and automatically serialized to TOML. See lemurs configuration documentation for available options.

type: TOML value
Default
{ }
Example
{
  do_log = true;
}
declared in: nixos/modules/services/display-managers/lemurs.nixView source on NixOS/nixpkgs →