Commit a6e6c8f
Changed files (1)
modules
hosts
kevin
modules/hosts/kevin/boot.nix
@@ -9,7 +9,7 @@
devices = ["nodev"];
efiSupport = true;
gfxmodeEfi = "1024x768";
- useOSProber = true;
+ # useOSProber = true; # I'm not using dual system any more.
theme = inputs.distro-grub-themes.packages.${pkgs.stdenv.hostPlatform.system}.lenovo-grub-theme;
splashImage = "${theme}/splash_image.jpg";
};