From 469e3305e55bdb4b113402d2f1da3df0e94c1018 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Tue, 11 Apr 2023 16:41:56 +0200 Subject: [PATCH] Add alsa and pulse to kde for bt-headset support --- modules/plasma.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/plasma.nix b/modules/plasma.nix index 88f2b96..88ed830 100644 --- a/modules/plasma.nix +++ b/modules/plasma.nix @@ -10,6 +10,12 @@ with lib; { cfg = config.elss.graphical.plasma; in mkIf cfg.enable { + services.pipewire = { + enable = true; + alsa.enable = true; + pulse.enable = true; + }; + services.xserver = { enable = true; displayManager = {