From cca49be74cfb2522e599fc00c850c3feed0e0ce3 Mon Sep 17 00:00:00 2001 From: Kyle Ondy Date: Thu, 12 Nov 2020 19:23:27 -0500 Subject: [PATCH] feat(bat): use gruvbox theme It was finally released! https://github.com/sharkdp/bat/issues/976#issuecomment-702974975 --- home/env.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/env.nix b/home/env.nix index fc81958f..c07fc1f0 100644 --- a/home/env.nix +++ b/home/env.nix @@ -14,7 +14,7 @@ in bat = { enable = true; config = { - theme = "Solarized (dark)"; # todo: add gruvbox + theme = "gruvbox"; }; }; fzf = {