Odin: bluez-experimental
This commit is contained in:
parent
38dbd9c815
commit
69509c31bb
1 changed files with 4 additions and 1 deletions
|
|
@ -20,7 +20,10 @@ in
|
||||||
hardware = {
|
hardware = {
|
||||||
enableAllFirmware = true;
|
enableAllFirmware = true;
|
||||||
enableRedistributableFirmware = true;
|
enableRedistributableFirmware = true;
|
||||||
bluetooth.enable = true;
|
bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.bluez-experimental;
|
||||||
|
};
|
||||||
cpu.intel.updateMicrocode = true;
|
cpu.intel.updateMicrocode = true;
|
||||||
graphics = {
|
graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue