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