···81 support32Bit = mkOption {
82 type = types.bool;
83 default = false;
84+ description = ''
85+ Whether to include the 32-bit pulseaudio libraries in the systemn or not.
86+ This is only useful on 64-bit systems and currently limited to x86_64-linux.
87+ '';
88 };
8990 configFile = mkOption {