services.wpaperd.enable
Whether to enable wpaperd.
Type: boolean
Default:
false
Example:
true
Declared by:
services.wpaperd.package
The wpaperd package to use.
Type: null or package
Default:
pkgs.wpaperd
Declared by:
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:
{
DP-2 = {
path = "/home/foo/Pictures/Anime";
sorting = "descending";
};
eDP-1 = {
apply-shadow = true;
path = "/home/foo/Pictures/Wallpaper";
};
}
Declared by: