Files
Weathercold 62acc1db8e xiaomi/redmibook/16-pro-2024: remove boot fix
This option was enabled in the NixOS kernel config in
https://github.com/NixOS/nixpkgs/pull/410324
2025-06-11 00:40:03 -04:00

13 lines
238 B
Nix

{ lib, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/ssd
];
hardware.enableRedistributableFirmware = lib.mkDefault true;
services.thermald.enable = lib.mkDefault true;
}