From bab2c67d0e0880d841299f98f4dd8af7cff4159b Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 28 Jun 2022 12:13:44 +0200 Subject: Luna: Add dmidecode system package --- hosts/luna/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix index e8c1800..bfaac26 100644 --- a/hosts/luna/default.nix +++ b/hosts/luna/default.nix @@ -46,6 +46,7 @@ }; environment.systemPackages = with pkgs; [ + dmidecode #needed for updating coreboot bios xf86_input_cmt #chromebook touchpad drivers ]; -- cgit 1.4.1