From 505a2a5b9f11b998bd4263d79192267b55868c73 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 17 Jun 2022 20:56:55 +0200 Subject: Grub: Remove splash image --- hosts/configuration.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 738867d..ae90b8b 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -11,6 +11,7 @@ # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; boot.loader.grub.version = 2; + boot.loader.grub.splashImage = null; # boot.loader.grub.efiSupport = true; # boot.loader.grub.efiInstallAsRemovable = true; # boot.loader.efi.efiSysMountPoint = "/boot/efi"; @@ -71,13 +72,6 @@ neovim ]; - /*programs.neovim = { - enable = true; - viAlias = true; - vimAlias = true; - plugins = with pkgs.vimPlugins; [vim-addon-nix youcompleteme]; - };*/ - # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; -- cgit 1.4.1