nixos/pulseaudio: Fix description

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