system: switch from pulseaudio to pipewire

This commit is contained in:
Jez Cope 2021-02-08 17:04:15 +00:00
parent 7d9ebf3208
commit 87a3aa3c38
1 changed files with 10 additions and 2 deletions

View File

@ -164,9 +164,17 @@ in {
services.printing.enable = true;
# Sound ####################################################################
sound.enable = true;
hardware.pulseaudio.enable = true;
hardware.pulseaudio.package = pkgs.pulseaudioFull;
hardware.pulseaudio.enable = false;
services.pipewire = {
enable = true;
alsa.enable = true;
pulse.enable = true;
extraConfig = ''
set-prop default.clock.rate 96000
'';
};
# Fonts ####################################################################
fonts.fonts = with pkgs; [