mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-03 07:31:03 +01:00
Move all inlined news entries from news.nix into separate files organized by year and month. This makes the news system more maintainable and easier to navigate. - Extract 202 inlined entries to individual files in YYYY/MM directory structure - Update news.nix to only contain the module definition - Use recursive directory traversal to find all news entries
11 lines
310 B
Nix
11 lines
310 B
Nix
{ config, ... }:
|
|
{
|
|
time = "2024-06-26T07:07:17+00:00";
|
|
condition = config.programs.yazi.enable;
|
|
message = ''
|
|
Yazi's shell integration wrappers have been renamed from 'ya' to 'yy'.
|
|
|
|
A new option `programs.yazi.shellWrapperName` is also available that
|
|
allows you to override this name.
|
|
'';
|
|
}
|