aboutsummaryrefslogtreecommitdiff
path: root/modules/misc/news.nix
diff options
context:
space:
mode:
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 b1d612cd5df..7fdbdd69df9 100644
--- a/modules/misc/news.nix
+++ b/modules/misc/news.nix
@@ -1649,6 +1649,21 @@ in
A new module is available: 'programs.ncmpcpp'
'';
}
+
+ {
+ time = "2020-09-11T10:06:47+00:00";
+ condition = hostPlatform.isLinux && config.targets.genericLinux.enable;
+ message = ''
+ A new option 'targets.genericLinux.extraXdgDataDirs' is available
+ to setup the user environment with the OS's data files.
+
+ This is useful for example to get Bash completion for
+ 'systemctl' which shouldn't be installed through Home Manager.
+
+ This is also useful to have non Home Manager applications
+ available in menus.
+ '';
+ }
];
};
}