{ flake.modules.nixvim.custom.autoCmd = [ { event = "BufNewFile"; pattern = [ "*.php" ]; command = "0r ${./php}"; } ]; }