Apparently Grub font settings don't work when a theme is in used

This commit is contained in:
Hoang Nguyen 2024-02-25 00:00:00 +07:00
parent f06987ddd6
commit cb9bb5f201
Signed by: folliehiyuki
GPG Key ID: B0567C20730E9B11
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@
efiSupport = true;
configurationLimit = 10;
theme = pkgs.nixos-grub2-theme;
font = config.boot.plymouth.font;
fontSize = 48;
mirroredBoots = [
{ devices = [ "nodev" ]; path = "/boot"; }
];