1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 23:21:02 +01:00

news: add new module entries

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-08-05 14:16:04 -05:00
parent b7ee8deefc
commit a0b1afdb5e
3 changed files with 31 additions and 0 deletions

View 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.
'';
}

View 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.
'';
}

View 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.
'';
}