dotfiles/home/modules/gui/desktop/hypr/wpaperd/default.nix
2025-02-03 02:00:27 -06:00

13 lines
278 B
Nix
Executable file

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