{ config, lib, ... }: let cfg = config.libkookie.ui.i3; in lib.mkIf cfg.picom { text = '' ${builtins.readFile ./picom.conf} ''; }