{ config, lib, pkgs, ...}: { services.picom = { enable = true; vSync = true; }; home.file = { wallpapers = { source = ./wallpapers; }; }; }