mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
During migration to new format and removing from the inline files. We lost some entries. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
12 lines
294 B
Nix
12 lines
294 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
time = "2025-02-22T16:46:56+00:00";
|
|
condition = pkgs.stdenv.hostPlatform.isLinux;
|
|
message = ''
|
|
A new module is available: 'services.wpaperd'.
|
|
|
|
This replaces the existing module, 'programs.wpaperd', and adds a
|
|
systemd service to ensure its execution.
|
|
'';
|
|
}
|