Files
nix-dotfiles/hosts/common/services/logind.nix
2025-11-25 21:07:42 +09:00

7 lines
97 B
Nix

{ ... }:
{
services.logind = {
settings.Login.HandlePowerKeyLongPress = "poweroff";
};
}