[NixOS] Explicitly enable pipewire

This commit is contained in:
2025-02-06 12:04:29 -07:00
parent 9408eeff52
commit a938447b8a
2 changed files with 5 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ makeEnable config "myModules.base" true {
# Audio
hardware.pulseaudio.enable = false;
services.pipewire.audio.enable = true;
# Bluetooth
hardware.bluetooth.enable = true;