From 01610722e1eb9c1c3027079b4c8b00539ce27fa5 Mon Sep 17 00:00:00 2001 From: macronova Date: Thu, 26 Oct 2023 13:54:37 -0700 Subject: [PATCH] For the Glory of Mankind --- linux/blitzar/configuration.nix | 2 +- linux/nebula/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/blitzar/configuration.nix b/linux/blitzar/configuration.nix index 17830e5..9c21031 100644 --- a/linux/blitzar/configuration.nix +++ b/linux/blitzar/configuration.nix @@ -9,7 +9,7 @@ boot.loader.grub = { enable = true; device = "nodev"; - theme = pkgs.sleek-grub-theme.override { withStyle = "dark"; }; + theme = pkgs.sleek-grub-theme.override { withBanner = "For the Glory of Mankind"; withStyle = "dark"; }; }; # Set your time zone. diff --git a/linux/nebula/configuration.nix b/linux/nebula/configuration.nix index c928655..2f66687 100644 --- a/linux/nebula/configuration.nix +++ b/linux/nebula/configuration.nix @@ -10,7 +10,7 @@ boot.loader.grub = { enable = true; device = "nodev"; - theme = pkgs.sleek-grub-theme.override { withStyle = "dark"; }; + theme = pkgs.sleek-grub-theme.override { withBanner = "For the Glory of Mankind"; withStyle = "dark"; }; }; # Set your time zone.