mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:59:23 +08:00
28 lines
743 B
Plaintext
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: {},
|
|
) |