aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/alpha/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index f2b228f..00143cd 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -86,7 +86,6 @@
sound.enable = false;
- # TODO: ALSA lib pcm.c:2576:(snd_pcm_open_conf) Unknown field libs
services.pipewire = {
enable = true;
@@ -94,7 +93,8 @@
#alsa.support32Bit = true;
pulse.enable = true;
};
-
+
+ # TODO: https://github.com/NixOS/nixpkgs/pull/157631
environment.etc."alsa/conf.d/49-pipewire-modules.conf".text = ''
pcm_type.pipewire {
lib ${pkgs.pipewire.lib}/lib/alsa-lib/libasound_module_pcm_pipewire.so ;