all repos — nixfiles @ 86f8ba751f949a013a29e2a7f49c3d41c078318b

System and user configuration, managed by nix and home-manager

grub2: Disable splash image

Alan Pearce
commit

86f8ba751f949a013a29e2a7f49c3d41c078318b

parent

78ce34a501cc9a9187eb35d15855be3fd30e0cc5

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M modules/grub2.nixmodules/grub2.nix
@@ -3,6 +3,7 @@
{ boot.loader = { grub = { enable = true; + splashImage = null; version = 2; device = "nodev"; efiSupport = true;