dotfiles/modules/home/gui/desktop/wayland/wpaperd/default.nix
2025-03-01 15:54:09 -06:00

13 lines
281 B
Nix
Executable file

{
programs.wpaperd = {
enable = true;
settings = {
"default" = {
path = "~/Files/Projects/dotfiles/modules/home/gui/desktop/wayland/wpaperd/wallpaper";
apply-shadow = true;
duration = "1m";
sorting = "random";
};
};
};
}