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.
This commit is contained in:
Timothy DeHerrera 2021-03-25 00:14:57 -06:00
parent 4f38a88191
commit e767f7066e
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -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;
};