feat(hardware): rename and set powerkey behaviour to suspend

This commit is contained in:
EinEtwas 2024-11-01 11:48:14 +01:00
parent e0adc4a334
commit ede36778ac
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,6 @@
./bluetooth.nix
./diskservices.nix
./networking.nix
./power_profiles.nix
./power_settings.nix
];
}

View file

@ -1,4 +1,6 @@
{
services.logind.powerKey = "suspend";
services.power-profiles-daemon = {
enable = true;
};