> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jylhis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Hardware

> Opt-in peripheral and device support

Marchyo enables common hardware support (Bluetooth, Thunderbolt, power
management) by default. Some peripheral-specific support is opt-in.

## Available options

| Option                             | Default | Description                                                |
| ---------------------------------- | ------- | ---------------------------------------------------------- |
| `marchyo.hardware.logitech.enable` | `false` | Logitech wireless device support (Solaar GUI + udev rules) |

## Logitech wireless

Enable support for Logitech Unifying / Bolt receivers and the Solaar
management GUI:

```nix theme={}
{
  marchyo.hardware.logitech.enable = true;
}
```

This turns on `hardware.logitech.wireless` with the graphical Solaar tool, so
you can pair devices and tune per-device settings.
