From 1f34404b653877e010332ae31de8ce07c541ef59 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 10 Oct 2024 10:19:43 +0530 Subject: (theme): GRUB2 --- machines/x/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'machines') diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 19305a1..c216ced 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -41,6 +41,12 @@ in { efiSupport = true; device = drive; }; + grub2-theme = { + enable = true; + theme = "vimix"; + footer = true; + customResolution = "1920x1080"; + }; }; boot.extraModprobeConfig = "options kvm_amd nested=1"; -- cgit v1.2.3