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:
parent
4f38a88191
commit
e767f7066e
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user