1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Add alsa and pulse to kde for bt-headset support

This commit is contained in:
Stefan Ellmauthaler 2023-04-11 16:41:56 +02:00
parent 9f21d54228
commit 469e3305e5
Failed to extract signature

View File

@ -10,6 +10,12 @@ with lib; {
cfg = config.elss.graphical.plasma; cfg = config.elss.graphical.plasma;
in in
mkIf cfg.enable { mkIf cfg.enable {
services.pipewire = {
enable = true;
alsa.enable = true;
pulse.enable = true;
};
services.xserver = { services.xserver = {
enable = true; enable = true;
displayManager = { displayManager = {