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

feat: add logind extraConfig for power button handling

+5
+5
moonlark/configuration.nix
··· 216 216 services.gvfs.enable = true; 217 217 services.udisks2.enable = true; 218 218 219 + services.logind.extraConfig = '' 220 + # don't shutdown when power button is short-pressed 221 + HandlePowerKey=ignore 222 + ''; 223 + 219 224 # Requires at least 5.16 for working wi-fi and bluetooth. 220 225 # https://community.frame.work/t/using-the-ax210-with-linux-on-the-framework-laptop/1844/89 221 226 boot = {