aboutsummaryrefslogtreecommitdiff
path: root/modules/misc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/misc')
-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
+ '';
+ }
];
};
}