{ inputs, ... }: { flake.modules.homeManager.randomized-aghpb-wallpaper = { imports = with inputs.self.factory; [ (wpaperd { default = { path = inputs.aghpb; recursive = true; mode = "stretch"; duration = "5m"; }; }) ]; }; }