From 98ec7cdafa2be8ae1f1a022e1a3d4351a1d8bfce Mon Sep 17 00:00:00 2001 From: devhell Date: Fri, 21 Oct 2022 17:12:53 +0100 Subject: profiles/services: Add more options to pipewire I'm basically replicating what I had written from scratch for the temporary laptop that was not under vuizvui's control. The configuration I was running there worked like a charm, so I'm taking some parts of that over to my other machines. --- modules/user/devhell/profiles/services.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/user/devhell/profiles/services.nix b/modules/user/devhell/profiles/services.nix index 3d3a2d1e..c882be40 100644 --- a/modules/user/devhell/profiles/services.nix +++ b/modules/user/devhell/profiles/services.nix @@ -71,13 +71,14 @@ in { services.pipewire = { enable = true; + audio.enable = true; alsa.enable = true; pulse.enable = true; + jack.enable = true; + wireplumber.enable = true; socketActivation = true; }; - systemd.user.services.pipewire-pulse.path = [ pkgs.pulseaudio ]; - services.xserver = { displayManager.defaultSession = "none+i3"; displayManager.lightdm = { -- cgit 1.4.1