diff options
author | ene <ene@sils.li> | 2023-02-21 19:56:43 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-21 19:56:43 +0100 |
commit | be37cebb9509424fc72e8aa63f9f95cbf577a11f (patch) | |
tree | f0bdd51d6fb9d966d1170d6f0b8a92fd3e10329c /system/boot/default.nix | |
parent | Style(formatting): Format and improve comments (diff) | |
download | nixos-config-be37cebb9509424fc72e8aa63f9f95cbf577a11f.tar.gz nixos-config-be37cebb9509424fc72e8aa63f9f95cbf577a11f.zip |
Fix(grub): Use the picture, not the theme
Diffstat (limited to 'system/boot/default.nix')
-rw-r--r-- | system/boot/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/boot/default.nix b/system/boot/default.nix index f978d26a..34fd8983 100644 --- a/system/boot/default.nix +++ b/system/boot/default.nix @@ -15,7 +15,7 @@ grub = { enable = true; version = 2; - theme = pkgs.nixos-grub2-theme; + # theme = pkgs.nixos-grub2-theme; splashImage = ./boot_pictures/gnu.png; efiSupport = true; device = "nodev"; # only for efi |