diff options
Diffstat (limited to 'system/boot/default.nix')
-rw-r--r-- | system/boot/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/boot/default.nix b/system/boot/default.nix index f978d26a..34fd8983 100644 --- a/system/boot/default.nix +++ b/system/boot/default.nix @@ -15,7 +15,7 @@ grub = { enable = true; version = 2; - theme = pkgs.nixos-grub2-theme; + # theme = pkgs.nixos-grub2-theme; splashImage = ./boot_pictures/gnu.png; efiSupport = true; device = "nodev"; # only for efi |