MyNixOS website logo
option

services.xserver.virtualScreen

Virtual screen size for Xrandr.

Declarations
Type
null or (attribute set)
Default
null
Example
{
  x = 2048;
  y = 2048;
}