From e776e944847498e1b558ec23217b28c4d64f4f19 Mon Sep 17 00:00:00 2001 From: smayzy Date: Wed, 8 Oct 2025 17:03:16 +0200 Subject: [PATCH] add efibootmgr --- modules/nix/base-cli/pkgs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nix/base-cli/pkgs.nix b/modules/nix/base-cli/pkgs.nix index 8741235..fe611e9 100644 --- a/modules/nix/base-cli/pkgs.nix +++ b/modules/nix/base-cli/pkgs.nix @@ -32,6 +32,7 @@ in git unzip nixfmt-tree + efibootmgr agenix.packages.${system}.default ]; };