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

programs.looking-glass-client.enable

Whether to enable looking-glass-client.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.looking-glass-client.package

The looking-glass-client package to use.

Type: null or package

Default:

pkgs.looking-glass-client

Declared by:

programs.looking-glass-client.settings

looking-glass-client settings.

Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))

Default:

{ }

Example:

{
  app = {
    allowDMA = true;
    shmFile = "/dev/kvmfr0";
  };
  input = {
    escapeKey = 62;
    rawMouse = true;
  };
  spice = {
    audio = true;
    enable = true;
  };
  win = {
    fullScreen = true;
    jitRender = true;
    showFPS = false;
  };
}

Declared by: