diff --git a/programs/bat.nix b/programs/bat.nix index ad2bdb2..c9d5501 100644 --- a/programs/bat.nix +++ b/programs/bat.nix @@ -2,8 +2,8 @@ programs.bat = { enable = true; catppuccin.enable = true; - # config = { - # theme = "Catppuccin-frappe"; - # }; + config = { + style = "plain"; + }; }; }