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

14 lines
273 B
Nix
Raw Normal View History

2025-01-19 23:40:54 -06:00
{
2025-01-09 02:09:02 -06:00
programs.wpaperd = {
enable = true;
settings = {
"default" = {
2025-01-20 23:33:35 -06:00
path = "~/Files/Projects/dotfiles/home/modules/gui/desktop/wpaperd/wallpaper";
2025-01-09 02:09:02 -06:00
apply-shadow = true;
duration = "1m";
sorting = "random";
};
};
};
}