aboutsummaryrefslogtreecommitdiff
path: root/modules/misc/news.nix
diff options
context:
space:
mode:
authorErik Arvstedt <erik.arvstedt@gmail.com>2020-03-01 17:06:20 +0100
committerRobert Helgesson <robert@rycee.net>2020-03-07 14:25:00 +0100
commitefbe1383e64585ebc0303f4703e7e582aaf6b933 (patch)
tree619bb447d636c4e6b8f4cdbbd815ee4bbc5a2d69 /modules/misc/news.nix
parentc7b43786ad5740f8ae054cb97d3493c585920031 (diff)
nixos integration: add option 'useGlobalPkgs'
PR #1059
Diffstat (limited to 'modules/misc/news.nix')
-rw-r--r--modules/misc/news.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/misc/news.nix b/modules/misc/news.nix
index 0f0c2ac1674..cc2892e87b7 100644
--- a/modules/misc/news.nix
+++ b/modules/misc/news.nix
@@ -1351,6 +1351,21 @@ in
'--description', '--on-event', and more.
'';
}
+
+ {
+ time = "2020-03-07T13:11:43+00:00";
+ condition = hostPlatform.isLinux;
+ message = ''
+ The NixOS module has a new option: 'home-manager.useGlobalPkgs'.
+
+ This enables using the system configuration's 'pkgs'
+ argument in Home Manager.
+
+ To learn more, see the installation section of the manual
+
+ https://rycee.gitlab.io/home-manager/#sec-install-nixos-module
+ '';
+ }
];
};
}