diff options
Diffstat (limited to 'hardware/laptop/default.nix')
-rw-r--r-- | hardware/laptop/default.nix | 5 |
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]; } |