{ config, lib, pkgs, ...}: { services.picom = { enable = true; vSync = true; }; home.file = { wallpapers = { source = ./wallpapers; }; }; programs.alacritty.settings.font.size = 10; }