From 17e39dc203f5983a17737acd329f6d20968c1778 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 22 Dec 2022 16:56:24 +0100 Subject: Hardware: Thinkpad: Packages: Add nvramtool and flashrom --- hardware/thinkpad/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hardware') 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 + ]; } -- cgit 1.4.1