From cf6aae187c54127f0f9136626acdbebef8f9fe47 Mon Sep 17 00:00:00 2001 From: Adam Rabjerg Date: Thu, 9 Nov 2023 13:06:57 +0100 Subject: [PATCH] back to puleaudio --- configuration.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index b1dbd33..92988c7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -93,16 +93,11 @@ services.pipewire = { enable = true; alsa.enable = true; - alsa.support32Bit = true; +# alsa.support32Bit = true; pulse.enable = true; - # If you want to use JACK applications, uncomment this - #jack.enable = true; - - # use the example session manager (no others are packaged yet so this is enabled by default, - # no need to redefine it in your config for now) - #media-session.enable = true; }; + # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true;