diff --git a/hosts/froidmpa-laptop/configuration.nix b/hosts/froidmpa-laptop/configuration.nix index e0edb17..6b23b11 100644 --- a/hosts/froidmpa-laptop/configuration.nix +++ b/hosts/froidmpa-laptop/configuration.nix @@ -92,5 +92,7 @@ # Enable touchpad support. services.xserver.libinput.enable = true; + services.logind.lidSwitch = "ignore"; + system.stateVersion = "21.05"; # Did you read the comment? }