From f155384d9c5c2d07eceaddf5ddded642b95dba03 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 25 Feb 2023 08:25:24 +0100 Subject: Feat(system): Remove default packages --- system/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/default.nix b/system/default.nix index c14e62b4..5e88b586 100644 --- a/system/default.nix +++ b/system/default.nix @@ -9,4 +9,8 @@ ./sound ./users # the position of this item is fully arbitrary ]; + # TODO does this really remove all the bloatware, nixos installs by default? + environment = { + defaultPackages = []; + }; } -- cgit 1.4.1