audio: move framenix to pipewire, keep thinknix at pulseaudio

This commit is contained in:
Trolli Schmittlauch 2024-05-21 22:40:26 +02:00
parent 5e7a41ab47
commit 716df0c611
5 changed files with 44 additions and 16 deletions

View file

@ -131,26 +131,11 @@ in
extraBackends = [ pkgs.hplip ];
};
# Enable sound.
hardware.pulseaudio = {
enable = true;
# decouple pulseaudio application and sink volumes
daemon.config = {
flat-volumes = "no";
};
# C3D2 hq music
zeroconf.discovery.enable = true;
zeroconf.publish.enable = true;
};
# Bluetooth
hardware.bluetooth = {
enable = true;
settings.General.Disable = "Headset"; # disable headset profile
};
hardware.pulseaudio = {
package = pkgs.pulseaudioFull;
};
# FIXME: at some point, hide GUI and sound (desktop vs. server) behind an option
# Enable the X11 windowing system.