From fd95fb43a481813d53223687848b2b78a709ded9 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 26 Jul 2024 20:38:50 -0400 Subject: [PATCH] thelio76: fix --- config/modules/system76-pc.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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’.