{ config, pkgs, ... }: { hardware.pulseaudio = { enable = true; support32Bit = true; }; environment.systemPackages = with pkgs; [ pamixer pavucontrol ]; }