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

news: add some more missing news items (#7097)

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-05-20 10:05:34 -05:00 committed by GitHub
parent d3f5d870e3
commit 559f6d36b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
time = "2025-03-25T19:48:21-04:00";
condition = true;
message = ''
A new module is available: `programs.ripgrep-all`
Adds a module for ripgrep-all, a tool for searching text in files.
'';
}

View file

@ -0,0 +1,10 @@
{ pkgs, ... }:
{
time = "2025-03-25T20:44:04-06:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: `services.mpdscribble`
Adds a module for mpdscribble, a music player daemon scrobbler.
'';
}

View file

@ -0,0 +1,9 @@
{
time = "2025-03-25T21:37:24+01:00";
condition = true;
message = ''
A new module is available: `programs.mergiraf`
Adds git integration for mergiraf to automatically resolve merge conflicts.
'';
}

View file

@ -0,0 +1,9 @@
{
time = "2025-03-29T23:32:11+09:00";
condition = true;
message = ''
A new module is available: `programs.sesh`
Sesh is a CLI that helps you create and manage tmux sessions quickly and easily using zoxide.
'';
}