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.