{ pkgs, config, lib,... }: { home.packages = with pkgs; [ ]; home.file = lib.mkMerge [ { ".config/wpaperd/config.toml".source = ./config.toml; } ]; }