about summary refs log tree commit diff stats
path: root/system/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/default.nix')
-rw-r--r--system/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/default.nix b/system/default.nix
index 23418312..3626f222 100644
--- a/system/default.nix
+++ b/system/default.nix
@@ -13,8 +13,8 @@
     ./services
     ./tempfiles
   ];
-    # TODO does this really remove all the bloatware, nixos installs by default?
-    environment = {
-        defaultPackages = [];
-    };
+  # TODO does this really remove all the bloatware, nixos installs by default?
+  environment = {
+    defaultPackages = [];
+  };
 }