diff options
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"; |
