about summary refs log tree commit diff
path: root/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'hardware')
-rw-r--r--hardware/thinkpad/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/hardware/thinkpad/default.nix b/hardware/thinkpad/default.nix
index b0125ee..7236711 100644
--- a/hardware/thinkpad/default.nix
+++ b/hardware/thinkpad/default.nix
@@ -1,4 +1,9 @@
-{ ... }:
+{ pkgs, ... }:
 {
   imports = [ ./hardware.nix ];
+
+  environment.systemPackages = with pkgs; [
+    flashrom
+    nvramtool
+  ];
 }