thelio76: fix

This commit is contained in:
Alex 2024-07-26 20:38:50 -04:00
parent 5820628cce
commit fd95fb43a4
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@
pkgs.intel-media-driver pkgs.intel-media-driver
pkgs.pkgsi686Linux.libva pkgs.pkgsi686Linux.libva
]; ];
hardware.pulseaudio.enable = false;
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
services.blueman.enable = true; services.blueman.enable = true;
@ -75,7 +75,7 @@
enable = true; enable = true;
alsa.enable = true; alsa.enable = true;
alsa.support32Bit = true; alsa.support32Bit = true;
# pulse.enable = true; pulse.enable = true;
}; };
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.