diff options
-rw-r--r-- | hosts/configuration.nix | 8 |
1 files changed, 1 insertions, 7 deletions
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; |