diff --git a/home/default.nix b/home/default.nix index f9f80eb..14ffc99 100644 --- a/home/default.nix +++ b/home/default.nix @@ -39,10 +39,7 @@ in { programs.bat = { # Better cat (bat) enable = true; - config = { - style = "plain"; # Disable headers and numbers - theme = "gruvbox-dark"; # TODO: Follow light/dark polarity - }; + config.style = "plain"; # Disable headers and numbers }; # Direnv programs.direnv.enable = true;