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:
parent
d3f5d870e3
commit
559f6d36b3
4 changed files with 37 additions and 0 deletions
9
modules/misc/news/2025/03/2025-03-25_19-48-21.nix
Normal file
9
modules/misc/news/2025/03/2025-03-25_19-48-21.nix
Normal 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.
|
||||
'';
|
||||
}
|
||||
10
modules/misc/news/2025/03/2025-03-25_20-44-04.nix
Normal file
10
modules/misc/news/2025/03/2025-03-25_20-44-04.nix
Normal 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.
|
||||
'';
|
||||
}
|
||||
9
modules/misc/news/2025/03/2025-03-25_21-37-24.nix
Normal file
9
modules/misc/news/2025/03/2025-03-25_21-37-24.nix
Normal 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.
|
||||
'';
|
||||
}
|
||||
9
modules/misc/news/2025/03/2025-03-29_23-32-11.nix
Normal file
9
modules/misc/news/2025/03/2025-03-29_23-32-11.nix
Normal 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.
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue