1 2 3 4 5 6 7
{lib, ...}: { programs.nixvim = { extraConfigLuaPost = '' ${lib.strings.fileContents ./lua/rooter.lua} ''; }; }