diff --git a/hosts/configuration_desktop.nix b/hosts/configuration_desktop.nix index 38695be..7190b40 100644 --- a/hosts/configuration_desktop.nix +++ b/hosts/configuration_desktop.nix @@ -101,10 +101,10 @@ services = { pipewire = { # Sound enable = true; - #alsa = { - # enable = true; + alsa = { + enable = true; # support32Bit = true; - #}; + }; pulse.enable = true; wireplumber.enable = true; };