about summary refs log tree commit diff
path: root/hardware
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2023-05-20 17:00:19 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2023-05-20 17:00:19 +0200
commitd7138cadd2c51a3bffe41bf1e06e1b806538763a (patch)
treee431370cfdcf01f2015adb2931d62d57b8ce9e33 /hardware
parentDotfiles: Bash: Set Ozone to use wayland (chromium) (diff)
downloadnixos-config-d7138cadd2c51a3bffe41bf1e06e1b806538763a.tar.gz
nixos-config-d7138cadd2c51a3bffe41bf1e06e1b806538763a.tar.bz2
nixos-config-d7138cadd2c51a3bffe41bf1e06e1b806538763a.zip
Hardware: Chromebook: Move needed packages into hardware
Diffstat (limited to 'hardware')
-rw-r--r--hardware/chromebook/hardware.nix4
1 files changed, 4 insertions, 0 deletions
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
+  ];
 }