We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f38a88 commit e767f70Copy full SHA for e767f70
lib/devos/devosSystem.nix
@@ -80,7 +80,6 @@ lib.nixosSystem (args // {
80
home-manager.useUserPackages = lib.mkForce false;
81
home-manager.sharedModules = [
82
{
83
- home.packages = config.environment.systemPackages;
84
home.sessionVariables = {
85
inherit (config.environment.sessionVariables) NIX_PATH;
86
};
0 commit comments