services.wpaperd.settings

Configuration written to $XDG_CONFIG_HOME/wpaperd/wallpaper.toml. See https://github.com/danyspin97/wpaperd#wallpaper-configuration for the full list of options.

Type
TOML value
Default
{ }
Example
{
  eDP-1 = {
    path = "/home/foo/Pictures/Wallpaper";
    apply-shadow = true;
  };
  DP-2 = {
    path = "/home/foo/Pictures/Anime";
    sorting = "descending";
  };
}
Declared
<home-manager/modules/services/wpaperd.nix>