Configure grub theme
This commit is contained in:
parent
e19c390afe
commit
727bd04c8f
@ -1,4 +1,4 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Bootloader.
|
||||
@ -11,6 +11,15 @@
|
||||
efiSupport = true;
|
||||
device = "nodev";
|
||||
useOSProber = true;
|
||||
|
||||
theme = "${
|
||||
(pkgs.fetchFromGitHub {
|
||||
owner = "AllJavi";
|
||||
repo = "tartarus-grub";
|
||||
rev = "b116360a2a0991062a4d728cb005dfd309fbb82a";
|
||||
hash = "sha256-/Pzr0R3zzOXUi2pAl8Lvg6aHTiwXTIrxQ1vscbEK/kU=";
|
||||
})
|
||||
}/tartarus/";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user