mashu: FIx powerbutton

This commit is contained in:
PapaTutuWawa 2021-10-24 13:38:45 +02:00
parent f1c8b50bdf
commit d33106fe9c

View File

@ -50,6 +50,9 @@ in mkHost config {
};
services.gnome.gnome-settings-daemon.enable = true;
services.logind.extraConfig = ''
HandlePowerKey=suspend
'';
systemd.user.services = {
gsd-media = {
description = "GSD media keys handling";