thelio76: fix
This commit is contained in:
parent
5820628cce
commit
fd95fb43a4
|
@ -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’.
|
||||||
|
|
Loading…
Reference in New Issue