diff --git a/programs/shell/default.nix b/programs/shell/default.nix index 70cddd7..5dc7285 100644 --- a/programs/shell/default.nix +++ b/programs/shell/default.nix @@ -25,7 +25,10 @@ bash.enable = true; bat = { enable = true; - config.theme = "catppuccinMocha"; + config = { + theme = "catppuccinMocha"; + style = "plain,numbers,changes"; + }; }; eza = { enable = true;