summary refs log tree commit diff stats
path: root/system/settings/hardware/systemd-boot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/systemd-boot.nix')
-rw-r--r--system/settings/hardware/systemd-boot.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/system/settings/hardware/systemd-boot.nix b/system/settings/hardware/systemd-boot.nix
index e8c06527..9a94dcf8 100644
--- a/system/settings/hardware/systemd-boot.nix
+++ b/system/settings/hardware/systemd-boot.nix
@@ -1,7 +1,6 @@
-{
-  config,
-  pkgs,
-  ...
+{ config
+, pkgs
+, ...
 }: {
   boot.loader.systemd-boot = {
     enable = true;