This commit is contained in:
KoenDR06 2025-02-11 17:31:06 +01:00
parent d6bdbe514d
commit dd65a32a60
9 changed files with 115 additions and 68 deletions

View file

@ -1,13 +0,0 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
environment.systemPackages = [
pkgs.refind
pkgs.efibootmgr
];
}