nixos/pulseaudio: Fix description

+4 -1
+4 -1
nixos/modules/config/pulseaudio.nix
··· 81 support32Bit = mkOption { 82 type = types.bool; 83 default = false; 84 - description = "no"; 85 }; 86 87 configFile = mkOption {
··· 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 }; 89 90 configFile = mkOption {