Skip to content

Commit 2528073

Browse files
nrdxpPacman99
authored and
Pacman99
committed
devosSystem#hmConfig: don't pass systemPackages
The intentions are good, but for users with many profiles, this is overkill. Proper solution will come when divnix#127 is resolved.
1 parent 205a9d3 commit 2528073

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/devos/devosSystem.nix

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ lib.nixosSystem (args // {
8080
home-manager.useUserPackages = lib.mkForce false;
8181
home-manager.sharedModules = [
8282
{
83-
home.packages = config.environment.systemPackages;
8483
home.sessionVariables = {
8584
inherit (config.environment.sessionVariables) NIX_PATH;
8685
};

0 commit comments

Comments
 (0)