diff --git a/hosts/common/global/power-button.nix b/hosts/common/global/power-button.nix index 1b36859..5f7577e 100644 --- a/hosts/common/global/power-button.nix +++ b/hosts/common/global/power-button.nix @@ -4,7 +4,7 @@ ... }: { services.logind.extraConfig = '' - # don’t shutdown when power button is short-pressed - HandlePowerKey=ignore + # don't shutdown when power button is short-pressed + HandlePowerKey=ignore ''; }