mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-15 21:41:09 +01:00
Move all inlined news entries from news.nix into separate files organized by year and month. This makes the news system more maintainable and easier to navigate. - Extract 202 inlined entries to individual files in YYYY/MM directory structure - Update news.nix to only contain the module definition - Use recursive directory traversal to find all news entries
14 lines
355 B
Nix
14 lines
355 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
time = "2024-04-28T20:27:08+00:00";
|
|
condition = pkgs.stdenv.hostPlatform.isLinux;
|
|
message = ''
|
|
|
|
A new module is available: 'services.psd'.
|
|
|
|
Profile-sync-daemon (psd) is a tiny pseudo-daemon designed to manage
|
|
your browser's profile in tmpfs and to periodically sync it back to
|
|
your physical disc (HDD/SSD).
|
|
'';
|
|
}
|