From 16cffe3c9143d250c0fdf27f19c9a349d0096f6e Mon Sep 17 00:00:00 2001 From: ene Date: Fri, 3 Feb 2023 17:48:00 +0100 Subject: Fix(packages): Removed already by nixos managed ones --- system/packages/packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/packages/packages.nix b/system/packages/packages.nix index b0402580..6eb25681 100644 --- a/system/packages/packages.nix +++ b/system/packages/packages.nix @@ -139,8 +139,8 @@ with pkgs; let Hardware = { Boot = [ - efibootmgr # Linux user-space application to modify the EFI Boot Manager - grub # GNU GRand Unified Bootloader (2) + #efibootmgr # Linux user-space application to modify the EFI Boot Manager + #grub # GNU GRand Unified Bootloader (2) ]; Storage = [ -- cgit 1.4.1