summary refs log tree commit diff stats
path: root/system/mba.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/mba.nix')
-rw-r--r--system/mba.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/system/mba.nix b/system/mba.nix
index afdcec29..d2452c4a 100644
--- a/system/mba.nix
+++ b/system/mba.nix
@@ -1,6 +1,8 @@
-{ config, pkgs, ... }:
-
 {
+  config,
+  pkgs,
+  ...
+}: {
   imports = [
     ./settings/darwin.nix
     ./settings/programs/base.nix
@@ -35,3 +37,4 @@
   };
 }
 # vim: sw=2 sts=2 expandtab autoindent smarttab
+