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;