{ pkgs, config, ... }: { imports = [ ../polybar ../picom ]; home.file.".config/i3/config".source = ./config; services.picom = { enable = true; }; }