diff --git a/hosts/pluto/conf.nix b/hosts/pluto/conf.nix index 9b58944..f581ba8 100644 --- a/hosts/pluto/conf.nix +++ b/hosts/pluto/conf.nix @@ -5,4 +5,6 @@ hardware.graphics.enable = true; hardware.graphics.extraPackages = with pkgs; [ intel-media-driver ]; + + services.logind.lidSwitchExternalPower = "ignore"; }