Files
nix-dotfiles/hosts/common/services/logind.nix

7 lines
76 B
Nix

{ ... }:
{
services.logind = {
powerKeyLongPress = "poweroff";
};
}