mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-03 07:31:03 +01:00
news: add new module entries
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
b7ee8deefc
commit
a0b1afdb5e
3 changed files with 31 additions and 0 deletions
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.
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue