Kieran's opinionated (and probably slightly dumb) nix config

feat: update power button handling in logind extraConfig

+1
+1
moonlark/configuration.nix
··· 222 222 services.logind.extraConfig = '' 223 223 # don't shutdown when power button is short-pressed 224 224 HandlePowerKey=ignore 225 + HandlePowerKeyLongPress=poweroff 225 226 ''; 226 227 227 228 # Requires at least 5.16 for working wi-fi and bluetooth.