From d238e2cd5cdfd3236a8ef1f7393d323a4e91e4a1 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Fri, 21 Jun 2024 22:06:54 +1200 Subject: [PATCH] fix(nixos:battery): remove power-profiles-daemon --- nixos/modules/host/hardware/features/battery.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/host/hardware/features/battery.nix b/nixos/modules/host/hardware/features/battery.nix index 12829b1..6c7943b 100644 --- a/nixos/modules/host/hardware/features/battery.nix +++ b/nixos/modules/host/hardware/features/battery.nix @@ -53,8 +53,6 @@ in thermald.enable = true; - power-profiles-daemon.enable = true; - logind = { lidSwitch = "suspend"; };