feat(grub): remove styling
This commit is contained in:
parent
eb8b22c7b1
commit
a32a07cc5b
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ in
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
useOSProber = true;
|
useOSProber = true;
|
||||||
configurationLimit = 2;
|
configurationLimit = 2;
|
||||||
|
gfxmodeEfi = "3840x2400,auto";
|
||||||
|
font = builtins.path { path = /home/barrett/.config/nix/fonts/berkeley-mono/BerkeleyMono-Regular.ttf; };
|
||||||
|
fontSize = 36;
|
||||||
};
|
};
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue