mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +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
|
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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue