about summary refs log tree commit diff stats
path: root/system/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/system/default.nix b/system/default.nix
index 3626f222..3609dcd4 100644
--- a/system/default.nix
+++ b/system/default.nix
@@ -5,7 +5,6 @@
     ./font
     ./impermanence
     ./locale
-    #./packages
     ./sound
     ./users # the position of this item is fully arbitrary
     ./polkit
@@ -13,7 +12,7 @@
     ./services
     ./tempfiles
   ];
-  # TODO does this really remove all the bloatware, nixos installs by default?
+  # remove all bloat, nixos installs by default
   environment = {
     defaultPackages = [];
   };