fix(colors): use basix instead of downloading jsons
This commit is contained in:
parent
b1e95fdc28
commit
73b9963bbc
3 changed files with 7 additions and 4 deletions
8
nvf.nix
8
nvf.nix
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: let
|
||||
{
|
||||
pkgs,
|
||||
colors,
|
||||
...
|
||||
}: let
|
||||
inherit (pkgs) vimPlugins;
|
||||
in {
|
||||
config.vim = {
|
||||
|
@ -14,7 +18,7 @@ in {
|
|||
theme = {
|
||||
name = "mini-base16";
|
||||
enable = true;
|
||||
base16-colors = builtins.fromJSON (builtins.readFile ./everforest.json);
|
||||
base16-colors = colors;
|
||||
};
|
||||
terminal.toggleterm = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue