services.shpool.settings

Home-Manager option

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 in: <home-manager/modules/services/shpool.nix>source unavailable