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 = {