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";
  receive-dir = "/home/user/files";

  keybindings = {
    Menu = "Alt+m";
  };

  theme = {
    Adapter = "red";
  };
}
Declared
<home-manager/modules/programs/bluetuith.nix>