From f43fb871da85bc5aba8b7a9180fca52d6d8b5514 Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Sun, 6 Oct 2024 17:25:27 +0100 Subject: [PATCH] laptop --- hosts/common/features/laptop.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/features/laptop.nix b/hosts/common/features/laptop.nix index b3635ff..cc4f41f 100644 --- a/hosts/common/features/laptop.nix +++ b/hosts/common/features/laptop.nix @@ -1,5 +1,7 @@ { pkgs, ... }: { + environment.systemPackages = with pkgs; [ acpi ]; + powerManagement = { enable = true; powertop = true;