diff --git a/configuration.nix b/configuration.nix index be912a4..0e6b092 100644 --- a/configuration.nix +++ b/configuration.nix @@ -4,7 +4,7 @@ nixpkgs.config.allowUnfree = true; boot.loader = { - timeout = 1; + timeout = 5; efi.canTouchEfiVariables = true; grub = { @@ -12,6 +12,10 @@ device = "nodev"; configurationLimit = 5; useOSProber = true; + theme = pkgs.sleek-grub-theme.override { + withBanner = "welcome to ${config.networking.hostName}"; + withStyle = "dark"; + }; }; };