{lib, ...}: { programs.nixvim = { extraConfigLuaPost = '' ${lib.strings.fileContents ./lua/rooter.lua} ''; }; }