From 710f7352facc1ac1367676a3f8cdd4d25310667d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 18 Sep 2023 13:00:29 +0300 Subject: [PATCH] fwminex: install efibootmgr --- hosts/fwminex/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index fe5be3c..d8036e0 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -141,6 +141,7 @@ in { environment.systemPackages = with pkgs; [ iw + efibootmgr texlive.combined.scheme-medium ];