1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-25 03:39:40 +01:00

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 = {