services.wpaperd.settings
Home-Manager option
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 valueDefault
{ }Example
declared in: <home-manager/modules/services/wpaperd.nix>source unavailable{ eDP-1 = { path = "/home/foo/Pictures/Wallpaper"; apply-shadow = true; }; DP-2 = { path = "/home/foo/Pictures/Anime"; sorting = "descending"; }; }