diff --git a/config/modules/system76-pc.nix b/config/modules/system76-pc.nix index 3aa04bf..ec3c4f2 100644 --- a/config/modules/system76-pc.nix +++ b/config/modules/system76-pc.nix @@ -63,7 +63,7 @@ pkgs.intel-media-driver pkgs.pkgsi686Linux.libva ]; - + hardware.pulseaudio.enable = false; hardware.bluetooth.enable = true; services.blueman.enable = true; @@ -75,7 +75,7 @@ enable = true; alsa.enable = true; alsa.support32Bit = true; - # pulse.enable = true; + pulse.enable = true; }; # Define a user account. Don't forget to set a password with ‘passwd’.