nixvimConfigs/fiesta/setups/note-taking: update config

This commit is contained in:
Gabriel Arazas 2024-04-01 22:32:39 +08:00
parent 3b9e1ab8c4
commit 5107944f02
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, helpers, ... }:
let let
nixvimCfg = config.nixvimConfigs.fiesta; nixvimCfg = config.nixvimConfigs.fiesta;
@ -18,8 +18,8 @@ in
# The basic bare essentials. # The basic bare essentials.
load = { load = {
"core.defaults" = { __empty = null; }; "core.defaults" = helpers.emptyTable;
"core.concealer" = { __empty = null; }; "core.concealer" = helpers.emptyTable;
}; };
}; };