1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00
home-manager/modules/misc/news/2025/09/2025-09-25_17-32-18.nix
2025-09-25 21:28:13 -05:00

13 lines
363 B
Nix

{ pkgs, ... }:
{
time = "2025-09-25T17:32:18+00:00";
condition = pkgs.stdenv.hostPlatform.isDarwin;
message = ''
A new module is available: `programs.desktoppr`
The module allows declaratively configuring the desktop picture/wallpaper
on macOS, either once, or on every activation (default), using the
desktoppr command-line tool.
'';
}