services.displayManager.dms-greeter.compositor.customConfig

NixOS option

Custom compositor configuration to use for the greeter session. This configuration is written to a file and passed to the compositor when launching the greeter. The format and available options depend on the selected compositor. Leave empty to use the system’s default compositor configuration.

type: strings concatenated with "\n"
Default
""
Example
''
  # Niri example
  input {
      keyboard {
          xkb {
              layout "us"
          }
      }
  }
''
declared in: nixos/modules/services/display-managers/dms-greeter.nixView source on NixOS/nixpkgs →