From fc1308d767face6f78b71de78de53972200fcde4 Mon Sep 17 00:00:00 2001 From: imMaturana Date: Mon, 11 Jul 2022 15:49:36 -0400 Subject: [PATCH] dashboard.nvim: fix helpers path --- plugins/utils/dashboard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/utils/dashboard.nix b/plugins/utils/dashboard.nix index 754b3b69..626e70c2 100644 --- a/plugins/utils/dashboard.nix +++ b/plugins/utils/dashboard.nix @@ -3,7 +3,7 @@ with lib; let cfg = config.programs.nixvim.plugins.dashboard; - helpers = import ./helpers.nix { inherit lib; }; + helpers = import ../helpers.nix { inherit lib; }; in { options = {