{ lib, config, True, ... }: with lib; let cfg = config.module.misc.power; in { options = { module.misc.power = { enable = mkEnableOption ""; }; }; config = mkIf cfg.enable { powerManagement = True // { # POWER OPTIMIZATION powertop = True; }; }; }