diff --git a/modules/misc/news/2025/08/2025-08-05_14-13-10.nix b/modules/misc/news/2025/08/2025-08-05_14-13-10.nix new file mode 100644 index 000000000..29341c5f2 --- /dev/null +++ b/modules/misc/news/2025/08/2025-08-05_14-13-10.nix @@ -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. + ''; +} diff --git a/modules/misc/news/2025/08/2025-08-05_14-13-23.nix b/modules/misc/news/2025/08/2025-08-05_14-13-23.nix new file mode 100644 index 000000000..028b0e0e9 --- /dev/null +++ b/modules/misc/news/2025/08/2025-08-05_14-13-23.nix @@ -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. + ''; +} diff --git a/modules/misc/news/2025/08/2025-08-05_14-13-33.nix b/modules/misc/news/2025/08/2025-08-05_14-13-33.nix new file mode 100644 index 000000000..a9e2fb009 --- /dev/null +++ b/modules/misc/news/2025/08/2025-08-05_14-13-33.nix @@ -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. + ''; +}