dotfiles/modules/home/gui/desktop/wayland/wpaperd/default.nix

14 lines
224 B
Nix
Raw Normal View History

2025-03-29 23:08:26 -05:00
{
services.wpaperd = {
enable = true;
settings = {
"default" = {
path = "~/.config/wallpaper";
apply-shadow = true;
duration = "1m";
sorting = "random";
};
};
};
}