mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +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
|
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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user