From 1ae85c3170d2553754dd5c6aa8248cb1cf0abdf8 Mon Sep 17 00:00:00 2001 From: eneller Date: Thu, 11 Jan 2024 01:32:00 +0100 Subject: [PATCH] chore: reformat --- configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 4ff900a..2c65708 100644 --- a/configuration.nix +++ b/configuration.nix @@ -20,12 +20,12 @@ # timeoutStyle = "menu"; extraEntries = '' menuentry "Windows 11" { - insmod part_gpt + insmod part_gpt insmod fat insmod search_fs_uuid insmod chain - search --no-floppy --set=root --fs-uuid B879-5057 - ntldr /EFI/Microsoft/Boot/bootmgfw.efi + search --no-floppy --set=root --fs-uuid B879-5057 + ntldr /EFI/Microsoft/Boot/bootmgfw.efi } ''; };