about summary refs log tree commit diff stats
path: root/system/default.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-04-03 06:33:57 +0200
committerene <ene@sils.li>2023-04-03 06:33:57 +0200
commitacf9258fe190d2de1b7fd6c5b437b5df83c08fa1 (patch)
tree6c9ba9ebd54d3477ff08912f9f58c8b8a7065eb9 /system/default.nix
parentFix(hm/conf/mpd): Move socket to runtime dir (diff)
downloadnixos-config-acf9258fe190d2de1b7fd6c5b437b5df83c08fa1.zip
Fix(system/packages): Remove
These were not used anyway because of the packages in home-manager.
Diffstat (limited to 'system/default.nix')
-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 = [];
   };