mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-09-09 19:41:46 +02:00
11 lines
198 B
Nix
11 lines
198 B
Nix
{ ... }:
|
|
{
|
|
lidSwitch = "suspend";
|
|
lidSwitchExternalPower = "suspend";
|
|
lidSwitchDocked = "ignore";
|
|
powerKey = "suspend";
|
|
powerKeyLongPress = "poweroff";
|
|
|
|
oldLowercaseKeysAbsent = true;
|
|
}
|