1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

news: add misc news entries for recent modules (#7531)

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-07-24 09:04:33 -05:00 committed by GitHub
parent 1fde6fb1be
commit e2fe7256c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 111 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{ pkgs, ... }:
{
time = "2025-05-16T20:29:26+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: 'programs.ptyxis'.
This module provides configuration for Ptyxis, a modern GNOME terminal
emulator that offers contemporary features and seamless integration with
the GNOME desktop environment.
'';
}

View file

@ -0,0 +1,11 @@
{
time = "2025-05-24T23:55:23+00:00";
condition = true;
message = ''
A new module is available: 'programs.obsidian'.
This module provides configuration for Obsidian, a powerful knowledge
management and note-taking application that uses linked markdown files
to help you build a personal knowledge graph.
'';
}

View file

@ -0,0 +1,11 @@
{
time = "2025-05-29T03:30:10+00:00";
condition = true;
message = ''
A new module is available: 'programs.meli'.
This module provides configuration for meli, a fast and modern terminal
email client written in Rust, offering an alternative interface for
managing your email workflows.
'';
}

View file

@ -0,0 +1,11 @@
{
time = "2025-06-04T18:35:39+00:00";
condition = true;
message = ''
A new module is available: 'programs.aichat'.
This module provides configuration for aichat, an AI-powered command-line
chat client that supports multiple AI models and allows for easy
interaction with various AI services from your terminal.
'';
}

View file

@ -0,0 +1,11 @@
{
time = "2025-06-08T04:51:28+00:00";
condition = true;
message = ''
A new module is available: 'programs.lazysql'.
This module provides configuration for LazySql, a terminal-based SQL
client with an intuitive interface for database management and query
execution across multiple database engines.
'';
}

View file

@ -0,0 +1,11 @@
{
time = "2025-06-08T16:27:00+00:00";
condition = true;
message = ''
A new module is available: 'programs.nyxt'.
This module provides configuration for Nyxt, a keyboard-driven web
browser designed for power users, with extensive customization options
and a Lisp-based configuration system.
'';
}

View file

@ -0,0 +1,11 @@
{
time = "2025-06-09T14:25:11+00:00";
condition = true;
message = ''
A new module is available: 'programs.mc'.
This module provides configuration for Midnight Commander (mc), a
powerful console-based file manager with dual-pane interface, allowing
you to customize settings, key bindings, and appearance.
'';
}

View file

@ -0,0 +1,11 @@
{
time = "2025-06-10T03:33:16+00:00";
condition = true;
message = ''
A new module is available: 'programs.codex'.
This module provides configuration for OpenAI Codex, an AI system that
translates natural language to code. It powers GitHub Copilot and can
be used for code generation and completion tasks.
'';
}

View file

@ -0,0 +1,11 @@
{
time = "2025-07-17T19:21:31+00:00";
condition = true;
message = ''
A new module is available: 'programs.radio-cli'.
This module provides configuration for the radio-cli command-line radio
player, allowing you to listen to internet radio stations directly from
your terminal with configurable settings and station presets.
'';
}

View file

@ -0,0 +1,11 @@
{
time = "2025-07-23T15:42:37+00:00";
condition = true;
message = ''
A new module is available: 'programs.yarn'.
This module provides configuration options for the Yarn package manager,
allowing you to configure Yarn settings, authentication, and other
preferences through your Home Manager configuration.
'';
}