about summary refs log tree commit diff stats
path: root/hosts/IDOHVE/hardware/boot.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-03 17:12:57 +0100
committerene <ene@sils.li>2023-02-03 17:45:05 +0100
commitd610a40c132e65b6a56a7a0da8806966bbd41f72 (patch)
tree93cef29d4e9441eb5026d1b65bc794e74cd22b0a /hosts/IDOHVE/hardware/boot.nix
parentFix(packages): Added an "unfree" exception for steam (diff)
downloadnixos-config-d610a40c132e65b6a56a7a0da8806966bbd41f72.tar.gz
nixos-config-d610a40c132e65b6a56a7a0da8806966bbd41f72.zip
Style: Formatting
Diffstat (limited to '')
-rw-r--r--hosts/IDOHVE/hardware/boot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/IDOHVE/hardware/boot.nix b/hosts/IDOHVE/hardware/boot.nix
index 932155a4..4cd94191 100644
--- a/hosts/IDOHVE/hardware/boot.nix
+++ b/hosts/IDOHVE/hardware/boot.nix
@@ -19,7 +19,7 @@
         enable = true;
         version = 2;
         theme = pkgs.nixos-grub2-theme;
-        splashImage = ./grub_boot_image.png;
+        splashImage = ./boot_pictures/gnu.png;
         efiSupport = true;
         device = "nodev"; # only for efi
       };