Update FredOS-Macbook.nix
This commit is contained in:
parent
f4184e5346
commit
5c47ecd1a8
1 changed files with 5 additions and 0 deletions
|
|
@ -26,9 +26,14 @@
|
||||||
};
|
};
|
||||||
extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
|
extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
|
||||||
blacklistedKernelModules = [ "b43" "bcma" "ssb" ];
|
blacklistedKernelModules = [ "b43" "bcma" "ssb" ];
|
||||||
|
kernelParams = [ "acpi_osi=" ];
|
||||||
};
|
};
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
|
||||||
|
services.xserver.deviceSection = lib.mkDefault ''
|
||||||
|
Option "TearFree" "true"
|
||||||
|
'';
|
||||||
|
|
||||||
# Enable Bluetooth
|
# Enable Bluetooth
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue