fix(Zephyrus): Now using pipewire instead of pulseaudio
This commit is contained in:
parent
5d19cba142
commit
f1b7186ca0
1 changed files with 9 additions and 2 deletions
|
@ -24,12 +24,19 @@
|
|||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
||||
# Audio
|
||||
hardware.pulseaudio.enable = true;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
# If you want to use JACK applications, uncomment this
|
||||
#jack.enable = true;
|
||||
};
|
||||
|
||||
# Services
|
||||
services.seatd.enable = true;
|
||||
services.blueman.enable = true;
|
||||
services.pipewire.pulse.enable = true;
|
||||
services.power-profiles-daemon.enable = true;
|
||||
|
||||
# Programs
|
||||
|
|
Loading…
Reference in a new issue