Files
nixos/modules/hardware/asus/asusd.ron
2025-10-24 14:22:20 +08:00

28 lines
743 B
Plaintext

(
charge_control_end_threshold: 100,
disable_nvidia_powerd_on_battery: true,
ac_command: "",
bat_command: "",
platform_profile_linked_epp: true,
platform_profile_on_battery: Quiet,
change_platform_profile_on_battery: false,
platform_profile_on_ac: Performance,
change_platform_profile_on_ac: false,
profile_quiet_epp: Power,
profile_balanced_epp: Performance,
profile_custom_epp: Performance,
profile_performance_epp: Performance,
ac_profile_tunings: {
Performance: (
enabled: false,
group: {},
),
},
dc_profile_tunings: {
Balanced: (
enabled: false,
group: {},
),
},
armoury_settings: {},
)