11 lines
308 B
Nix
11 lines
308 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";
|
|
};
|
|
}
|