about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/nvim/plgs/telescope/extensions/rooter/default.nix
blob: 779448cc586dfcf35148af23b302d4eca2740cb7 (plain) (blame)
1
2
3
4
5
6
7
{lib, ...}: {
  programs.nixvim = {
    extraConfigLuaPost = ''
      ${lib.strings.fileContents ./lua/rooter.lua}
    '';
  };
}