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.shpool.enable

Whether to enable shpool.

Type: boolean

Default:

false

Example:

true

Declared by:

services.shpool.package

The shpool package to use.

Type: null or package

Default:

pkgs.shpool

Declared by:

services.shpool.settings

Configuration to use for shpool. See https://github.com/shell-pool/shpool/blob/master/CONFIG.md for available options.

Type: TOML value

Default:

{ }

Example:

{
  keybinding = [
    {
      action = "detach";
      binding = "Ctrl-a d";
    }
  ];
  motd = "never";
  prompt_prefix = "[$SHPOOL_SESSION_NAME]";
  session_restore_mode = {
    lines = 1000;
  };
}

Declared by:

services.shpool.systemd

Whether to enable systemd service and socket for shpool.

Type: boolean

Default:

true

Example:

true

Declared by: