Skip to content

Commit

Permalink
devosSystem#hmConfig: don't pass systemPackages
Browse files Browse the repository at this point in the history
The intentions are good, but for users with many profiles, this is
overkill. Proper solution will come when #127 is resolved.
  • Loading branch information
nrdxp committed Mar 25, 2021
1 parent 4f38a88 commit e767f70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/devos/devosSystem.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit e767f70

Please sign in to comment.