{ config, lib, ... }: { imports = [ ./wpaperd ]; config = lib.mkIf config.home.desktop.enable { home.file.".wallpapers".source = ./photos; }; }