12 lines
276 B
Nix
12 lines
276 B
Nix
{ ... }:
|
|
{
|
|
"org/gnome/settings-daemon/plugins/power" = {
|
|
ambient-enabled = false;
|
|
idle-dim = false;
|
|
power-button-action = "nothing";
|
|
sleep-inactive-ac-timeout = "0";
|
|
sleep-inactive-ac-type = "nothing";
|
|
sleep-inactive-battery-type = "nothing";
|
|
};
|
|
}
|