about summary refs log tree commit diff
path: root/hardware/laptop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hardware/laptop/default.nix')
-rw-r--r--hardware/laptop/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/hardware/laptop/default.nix b/hardware/laptop/default.nix
index b0125ee..df624c3 100644
--- a/hardware/laptop/default.nix
+++ b/hardware/laptop/default.nix
@@ -1,4 +1,3 @@
-{ ... }:
-{
-  imports = [ ./hardware.nix ];
+{...}: {
+  imports = [./hardware.nix];
 }