feat(hardware): rename and set powerkey behaviour to suspend
This commit is contained in:
parent
e0adc4a334
commit
ede36778ac
2 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
||||||
./bluetooth.nix
|
./bluetooth.nix
|
||||||
./diskservices.nix
|
./diskservices.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./power_profiles.nix
|
./power_settings.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
{
|
{
|
||||||
|
services.logind.powerKey = "suspend";
|
||||||
|
|
||||||
services.power-profiles-daemon = {
|
services.power-profiles-daemon = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
Loading…
Reference in a new issue