From 1831138f50edd28c5473790f1a8bca629597864d Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 20 Oct 2023 10:57:13 -0500 Subject: [PATCH] Add efibootmgr to things --- modules-linux/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules-linux/default.nix b/modules-linux/default.nix index 63a0532..8b6757f 100644 --- a/modules-linux/default.nix +++ b/modules-linux/default.nix @@ -17,6 +17,7 @@ environment.systemPackages = with pkgs; [ coreutils-full + efibootmgr psmisc lshw ];