From 31f2e911f9d4c64958069cfe29ddb48669e1eeab Mon Sep 17 00:00:00 2001 From: Myned Date: Wed, 18 Sep 2024 08:40:42 -0500 Subject: [PATCH] pkgs: make default packages optional Signed-off-by: Myned --- options/custom/settings/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/settings/packages.nix b/options/custom/settings/packages.nix index 2fd1472..f815b32 100644 --- a/options/custom/settings/packages.nix +++ b/options/custom/settings/packages.nix @@ -17,7 +17,7 @@ in { with pkgs; { environment.systemPackages = cfg.extra - ++ [ + ++ optionals config.custom.default [ # CLI applications config.boot.kernelPackages.cpupower # Install for current kernel