···8181 support32Bit = mkOption {
8282 type = types.bool;
8383 default = false;
8484- description = "no";
8484+ description = ''
8585+ Whether to include the 32-bit pulseaudio libraries in the systemn or not.
8686+ This is only useful on 64-bit systems and currently limited to x86_64-linux.
8787+ '';
8588 };
86898790 configFile = mkOption {