diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-10 10:19:43 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-10 10:19:43 +0530 | 
| commit | 1f34404b653877e010332ae31de8ce07c541ef59 (patch) | |
| tree | 723ea9371bfd9aab538a6f1ce06b6d48aef7c983 /machines/x/configuration.nix | |
| parent | acd2d93ad81ffad72c067e0cbf90bee809276951 (diff) | |
(theme): GRUB2
Diffstat (limited to '')
| -rw-r--r-- | machines/x/configuration.nix | 6 | 
1 files changed, 6 insertions, 0 deletions
| 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"; | 
