From e767f7066e6614dab22001d587d6bd5e08d6719d Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Thu, 25 Mar 2021 00:14:57 -0600 Subject: [PATCH] devosSystem#hmConfig: don't pass systemPackages The intentions are good, but for users with many profiles, this is overkill. Proper solution will come when #127 is resolved. --- lib/devos/devosSystem.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/devos/devosSystem.nix b/lib/devos/devosSystem.nix index 82458181..99c217b3 100644 --- a/lib/devos/devosSystem.nix +++ b/lib/devos/devosSystem.nix @@ -80,7 +80,6 @@ lib.nixosSystem (args // { home-manager.useUserPackages = lib.mkForce false; home-manager.sharedModules = [ { - home.packages = config.environment.systemPackages; home.sessionVariables = { inherit (config.environment.sessionVariables) NIX_PATH; };