aboutsummaryrefslogtreecommitdiff
path: root/hosts/desktop/audio.nix
blob: e34b0737d78a1f0912a2ba017387c840383d56f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ ... }:

{
  security.rtkit.enable = true;
  services.pipewire = {
    enable = true;
    alsa.enable = true;
    alsa.support32Bit = true;
    pulse.enable = true;
  };
}