Update FredOS-Macbook.nix

This commit is contained in:
ediblerope 2026-01-16 14:55:20 +00:00 committed by GitHub
parent f4184e5346
commit 5c47ecd1a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;