diff --git a/modules/home/bat/default.nix b/modules/home/bat/default.nix index fd4fd13..81f8e5e 100644 --- a/modules/home/bat/default.nix +++ b/modules/home/bat/default.nix @@ -2,7 +2,7 @@ { programs.bat = { enable = true; - config.theme = "base16"; + config .theme = "base16"; # config.theme = "Monokai Extended"; }; } \ No newline at end of file