{ flake.modules.nixvim.custom = { extraFiles."after/ftplugin/php.lua".text = # lua '' vim.opt_local.makeprg = "php %"; ''; }; }