From d5daa0f24954ccf218986e1e57f628262fc47a18 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 10 Nov 2024 19:52:09 +0100 Subject: initial commit --- config/boot.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/boot.nix (limited to 'config/boot.nix') diff --git a/config/boot.nix b/config/boot.nix new file mode 100644 index 0000000..0cbef3b --- /dev/null +++ b/config/boot.nix @@ -0,0 +1,6 @@ +{...}: { + personal.boot = { + grub.enable = true; + efi.enable = true; + }; +} -- cgit v1.2.3