2024-12-18 09:40:11 +03:00
|
|
|
{ lib, ... }:
|
2024-11-16 04:43:59 +03:00
|
|
|
{
|
2024-12-18 09:40:11 +03:00
|
|
|
options.module.intel.cpu = {
|
|
|
|
enable = lib.mkEnableOption "the support for Intel CPUs.";
|
|
|
|
powersave = lib.mkEnableOption "the Intel CPU powersave.";
|
|
|
|
};
|
2024-11-16 04:43:59 +03:00
|
|
|
}
|