nix/module/desktop/dconf/Power.nix

11 lines
308 B
Nix
Raw Normal View History

2024-05-12 02:40:37 +03:00
{ ... }: {
"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";
};
}