old
 1{...}: {
 2  # AC is compatible for all hosts
 3  programs.plasma.powerdevil.AC = {
 4    powerProfile = "performance";
 5    # Auto Power Save
 6    autoSuspend.action = "nothing";
 7    turnOffDisplay = {
 8      idleTimeout = 14400;
 9      idleTimeoutWhenLocked = 600;
10    };
11    dimDisplay.enable = false;
12    # Actions
13    whenLaptopLidClosed = "sleep";
14    whenSleepingEnter = "standby";
15    powerButtonAction = "hibernate";
16  };
17}