mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
news: add new module entries
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
11
modules/misc/news/2025/08/2025-08-05_14-13-10.nix
Normal file
11
modules/misc/news/2025/08/2025-08-05_14-13-10.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
time = "2025-08-05T19:13:10+00:00";
|
||||
condition = true;
|
||||
message = ''
|
||||
A new module is available: 'programs.nix-search-tv'.
|
||||
|
||||
The nix-search-tv program provides a terminal UI for searching Nix packages,
|
||||
offering a fast and interactive way to browse and find packages in the Nix
|
||||
ecosystem.
|
||||
'';
|
||||
}
|
||||
10
modules/misc/news/2025/08/2025-08-05_14-13-23.nix
Normal file
10
modules/misc/news/2025/08/2025-08-05_14-13-23.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
time = "2025-08-05T19:13:23+00:00";
|
||||
condition = true;
|
||||
message = ''
|
||||
A new module is available: 'programs.gcc'.
|
||||
|
||||
The gcc module allows configuring GCC_COLORS environment variable to
|
||||
customize the colors used in GCC diagnostic output.
|
||||
'';
|
||||
}
|
||||
10
modules/misc/news/2025/08/2025-08-05_14-13-33.nix
Normal file
10
modules/misc/news/2025/08/2025-08-05_14-13-33.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
time = "2025-08-05T19:13:33+00:00";
|
||||
condition = true;
|
||||
message = ''
|
||||
A new module is available: 'programs.grep'.
|
||||
|
||||
The grep module allows configuring GREP_COLORS environment variable to
|
||||
customize the colors used in grep output highlighting.
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user