about summary refs log tree commit diff stats
path: root/system/boot/default.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-21 19:56:43 +0100
committerene <ene@sils.li>2023-02-21 19:56:43 +0100
commitbe37cebb9509424fc72e8aa63f9f95cbf577a11f (patch)
treef0bdd51d6fb9d966d1170d6f0b8a92fd3e10329c /system/boot/default.nix
parentStyle(formatting): Format and improve comments (diff)
downloadnixos-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.nix2
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