dashboard.nvim: fix helpers path

This commit is contained in:
imMaturana 2022-07-11 15:49:36 -04:00 committed by Pedro Alves
parent b8d15fcfbe
commit fc1308d767

View file

@ -3,7 +3,7 @@ with lib;
let let
cfg = config.programs.nixvim.plugins.dashboard; cfg = config.programs.nixvim.plugins.dashboard;
helpers = import ./helpers.nix { inherit lib; }; helpers = import ../helpers.nix { inherit lib; };
in in
{ {
options = { options = {