summary refs log tree commit diff stats
path: root/system/settings/hardware/grub2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/grub2.nix')
-rw-r--r--system/settings/hardware/grub2.nix10
1 files changed, 7 insertions, 3 deletions
diff --git a/system/settings/hardware/grub2.nix b/system/settings/hardware/grub2.nix
index cd1fd619..a020baa7 100644
--- a/system/settings/hardware/grub2.nix
+++ b/system/settings/hardware/grub2.nix
@@ -1,6 +1,10 @@
-{ config, pkgs, lib, ... }:
-
-{ boot.loader = {
+{
+  config,
+  pkgs,
+  lib,
+  ...
+}: {
+  boot.loader = {
     grub = {
       enable = true;
       splashImage = null;