feat(grub): add theme
parent
25bc7158e0
commit
f570704277
|
@ -4,7 +4,7 @@
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
timeout = 1;
|
timeout = 5;
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
grub = {
|
grub = {
|
||||||
|
@ -12,6 +12,10 @@
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
configurationLimit = 5;
|
configurationLimit = 5;
|
||||||
useOSProber = true;
|
useOSProber = true;
|
||||||
|
theme = pkgs.sleek-grub-theme.override {
|
||||||
|
withBanner = "welcome to ${config.networking.hostName}";
|
||||||
|
withStyle = "dark";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue