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