Update flake

This commit is contained in:
Invariantspace 2023-11-14 08:28:09 -08:00
parent 503c205f6a
commit 7f98328b26
3 changed files with 41 additions and 32 deletions

View file

@ -7,10 +7,14 @@
{
# Configure boot loader
boot.loader.grub = {
enable = true;
device = "nodev";
theme = pkgs.yorha-grub-theme;
boot.loader = {
grub = let yorha = pkgs.yorha-grub-theme; in {
enable = true;
device = "nodev";
splashImage = "${yorha}/background.png";
theme = yorha;
};
timeout = 3;
};
# Set your time zone.