From d7138cadd2c51a3bffe41bf1e06e1b806538763a Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 20 May 2023 17:00:19 +0200 Subject: Hardware: Chromebook: Move needed packages into hardware --- hardware/chromebook/hardware.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hardware') diff --git a/hardware/chromebook/hardware.nix b/hardware/chromebook/hardware.nix index 945023a..6af088e 100644 --- a/hardware/chromebook/hardware.nix +++ b/hardware/chromebook/hardware.nix @@ -52,4 +52,8 @@ in }; }; + environment.systemPackages = with pkgs; [ + dmidecode #needed for updating coreboot bios + xf86_input_cmt #chromebook touchpad drivers + ]; } -- cgit 1.4.1