[NixOS] Switch to pipewire and other fixes

This commit is contained in:
2024-09-26 14:25:30 -06:00
parent 814966b172
commit 700cccfd60
6 changed files with 41 additions and 59 deletions

View File

@@ -36,7 +36,7 @@ makeEnable config "myModules.base" true {
};
# Audio
hardware.pulseaudio.enable = true;
hardware.pulseaudio.enable = false;
# Bluetooth
hardware.bluetooth.enable = true;