nixvim: change property name to align with nixvim (#288)
changed colorschemes.base.16.customColorScheme to colorschemes.base.16.colorscheme
This commit is contained in:
parent
eb64377e66
commit
d4f1636c93
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
lib.optionalAttrs (builtins.hasAttr "nixvim" options.programs) {
|
||||
programs.nixvim = {
|
||||
colorschemes.base16 = {
|
||||
customColorScheme = let
|
||||
colorscheme = let
|
||||
colors = config.lib.stylix.colors.withHashtag;
|
||||
in {
|
||||
base00 = colors.base00;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue