From 254ae44e5a67ff02ed2006750c63575c02ef590b Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Mon, 2 Oct 2023 19:31:15 +0100 Subject: [PATCH] fix(alex): actually include the grub configs --- hosts/alex/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/alex/configuration.nix b/hosts/alex/configuration.nix index 6ff678f..410d32c 100644 --- a/hosts/alex/configuration.nix +++ b/hosts/alex/configuration.nix @@ -2,6 +2,7 @@ imports = [ ../../common/generic.nix ../../common/generic-desktop.nix + ../../common/generic-grub.nix ./hardware-config.nix ];