From d5042f58c5bef292c3eae50dce6e5ee903aa8602 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 27 Sep 2021 23:38:07 -0400 Subject: [PATCH] fix: ignore lid switch, suspend broken --- profiles/hardware/laptop.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/hardware/laptop.nix b/profiles/hardware/laptop.nix index d5d5ae4..e07eac5 100644 --- a/profiles/hardware/laptop.nix +++ b/profiles/hardware/laptop.nix @@ -5,4 +5,6 @@ }; environment.variables.LAPTOP = "True"; + + services.logind.lidSwitch = "ignore"; }