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

Whether to enable Bluetuith.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.bluetuith.package

The bluetuith package to use.

Type: null or package

Default:

pkgs.bluetuith

Declared by:

programs.bluetuith.settings

Configuration written to $XDG_CONFIG_HOME/bluetuith/bluetuith.conf.

See https://bluetuith-org.github.io/bluetuith/Configuration.html for details.

Type: JSON value

Default:

{ }

Example:

{
  adapter = "hci0";
  keybindings = {
    Menu = "Alt+m";
  };
  receive-dir = "/home/user/files";
  theme = {
    Adapter = "red";
  };
}

Declared by: