From acf9258fe190d2de1b7fd6c5b437b5df83c08fa1 Mon Sep 17 00:00:00 2001 From: ene Date: Mon, 3 Apr 2023 06:33:57 +0200 Subject: Fix(system/packages): Remove These were not used anyway because of the packages in home-manager. --- system/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'system/default.nix') 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 = []; }; -- cgit 1.4.1