We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205a9d3 commit 2528073Copy full SHA for 2528073
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