Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

services.nvibrant.enable

Whether to enable nvibrant.

Type: boolean

Default:

false

Example:

true

Declared by:

services.nvibrant.package

The nvibrant package to use.

Type: package

Default:

pkgs.nvibrant

Declared by:

services.nvibrant.dithering

Whether to enable or disable dithering for your monitor(s).

Values should match the order of physical ports on your GPU. If a null value is passed, nvibrant will default to false (even if a device is connected at that port).

If you have multiple GPUs, you can pass a list of lists in order of device.

Type: list of (null or boolean or value “auto” (singular enum) or list of (null or boolean or value “auto” (singular enum)))

Default:

[ ]

Example:

[
  true   # HDMI
  null   # DP1
  false  # DP2
]

Declared by:

services.nvibrant.vibrancy

The vibrancy level for your monitor(s).

Values should match the order of physical ports on your GPU. If a null value is passed, nvibrant will default to 100% (even if a device is connected at that port).

If you have multiple GPUs, you can pass a list of lists in order of device.

Type: list of (null or percentage between 0% and 200% (both inclusive) or list of (null or percentage between 0% and 200% (both inclusive)))

Default:

[ ]

Example:

[
  "0%"    # HDMI
  null    # DP1
  "200%"  # DP2
]

Declared by: