mirror of https://gitlab.crans.org/nounous/nixos
Merge branch 'grub-custom-splash' into 'main'
add custom crans splash screen for grub See merge request nounous/nixos!56merge-requests/56/merge
commit
96aaa0ca1e
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
|
|
@ -8,6 +8,7 @@ in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./age.nix
|
./age.nix
|
||||||
|
./grub.nix
|
||||||
./home.nix
|
./home.nix
|
||||||
./locale.nix
|
./locale.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
{...}:
|
||||||
|
{
|
||||||
|
boot.loader.grub = {
|
||||||
|
splashImage = ../../assets/nix-crans_bootloader.png;
|
||||||
|
backgroundColor = "#ad1f1f";
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue