news: add missing news entries for new modules

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-08-11 09:13:17 -05:00
parent 627a3932b9
commit 9248ba7ce1
11 changed files with 123 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
time = "2025-07-08T14:51:45+00:00";
condition = true;
message = ''
A new module is available: 'programs.tray-tui'.
tray-tui is a terminal-based system tray that displays system tray icons
in a text user interface. It provides a way to access system tray
functionality directly from the terminal.
'';
}

View file

@ -0,0 +1,11 @@
{
time = "2025-07-08T14:52:03+00:00";
condition = true;
message = ''
A new module is available: 'programs.twitch-tui'.
twitch-tui is a terminal user interface for Twitch that allows browsing
streams, following channels, and interacting with Twitch chat directly
from the command line.
'';
}

View file

@ -0,0 +1,11 @@
{
time = "2025-07-08T15:56:50+00:00";
condition = true;
message = ''
A new module is available: 'programs.firefoxpwa'.
Firefox PWA (Progressive Web Apps) allows installing and managing web
applications as native desktop applications. This module provides
configuration for the Firefox PWA runtime and site management.
'';
}

View file

@ -0,0 +1,12 @@
{ pkgs, ... }:
{
time = "2025-07-10T19:23:15+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new service is available: 'services.hyprshell'.
Hyprshell is a modern GTK4-based window switcher and application launcher
designed specifically for Hyprland. It provides a clean interface for
switching between windows and launching applications.
'';
}

View file

@ -0,0 +1,11 @@
{
time = "2025-07-10T20:36:53+00:00";
condition = true;
message = ''
A new module is available: 'programs.docker-cli'.
The Docker CLI module provides configuration for the Docker command-line
interface, including aliases, completion settings, and credential helpers
for managing Docker containers and images.
'';
}

View file

@ -0,0 +1,11 @@
{
time = "2025-07-13T22:51:03+00:00";
condition = true;
message = ''
A new module is available: 'programs.gurk-rs'.
gurk-rs is a Signal messenger client for the terminal written in Rust.
It provides a text-based interface for secure messaging with features
like group chats, media sharing, and contact management.
'';
}

View file

@ -0,0 +1,12 @@
{ pkgs, ... }:
{
time = "2025-07-23T18:13:14+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: 'programs.yofi'.
Yofi is a minimalistic menu/launcher for Wayland compositors. It provides
a fast and lightweight application launcher with search functionality
and customizable appearance.
'';
}

View file

@ -0,0 +1,11 @@
{
time = "2025-08-07T13:39:36+00:00";
condition = true;
message = ''
A new module is available: 'programs.mullvad-vpn'.
The Mullvad VPN module allows configuration of the Mullvad VPN client,
including account settings, connection preferences, and advanced options
for secure and private internet browsing.
'';
}

View file

@ -0,0 +1,11 @@
{
time = "2025-08-08T00:39:04+00:00";
condition = true;
message = ''
A new module is available: 'programs.sheldon'.
Sheldon is a fast shell plugin manager that supports Bash, Zsh, and Fish.
It allows you to manage shell plugins efficiently with configuration
through a simple TOML file.
'';
}

View file

@ -0,0 +1,11 @@
{
time = "2025-08-10T16:03:30+00:00";
condition = true;
message = ''
A new module is available: 'programs.jrnl'.
jrnl is a command-line journaling application that stores your journal
entries in plain text files with optional encryption. This module allows
configuring jrnl settings including journals, encryption, and output formats.
'';
}

View file

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
time = "2025-08-11T04:23:58+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new service is available: 'services.walker'.
Walker is a fast, customizable application launcher. It provides
a themeable interface for launching applications, running commands, and more.
'';
}