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

14 lines
281 B
Nix
Raw Normal View History

{
2025-03-09 03:44:52 -05:00
services.wpaperd = {
enable = true;
settings = {
"default" = {
2025-03-01 15:54:09 -06:00
path = "~/Files/Projects/dotfiles/modules/home/gui/desktop/wayland/wpaperd/wallpaper";
apply-shadow = true;
duration = "1m";
sorting = "random";
};
};
};
}