mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
nixvimConfigs/fiesta/setups/note-taking: update config
This commit is contained in:
parent
3b9e1ab8c4
commit
5107944f02
@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, helpers, ... }:
|
||||
|
||||
let
|
||||
nixvimCfg = config.nixvimConfigs.fiesta;
|
||||
@ -18,8 +18,8 @@ in
|
||||
|
||||
# The basic bare essentials.
|
||||
load = {
|
||||
"core.defaults" = { __empty = null; };
|
||||
"core.concealer" = { __empty = null; };
|
||||
"core.defaults" = helpers.emptyTable;
|
||||
"core.concealer" = helpers.emptyTable;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user