nixvim: change property name to align with nixvim (#288)

changed colorschemes.base.16.customColorScheme to colorschemes.base.16.colorscheme
This commit is contained in:
Pacto 2024-03-17 16:21:19 +01:00 committed by GitHub
parent eb64377e66
commit d4f1636c93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;