mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
dashboard.nvim: fix helpers path
This commit is contained in:
parent
b8d15fcfbe
commit
fc1308d767
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue