home: bat: use 'gruvbox-dark' theme

To match my `vim` configuration.
This commit is contained in:
Bruno BELANYI 2022-03-03 18:39:45 +01:00
parent 2eb1f5cc44
commit 8a6a18732a

View file

@ -10,6 +10,8 @@ in
config.programs.bat = lib.mkIf cfg.enable {
enable = true;
config = {
theme = "gruvbox-dark";
pager = with config.home.sessionVariables; "${PAGER} ${LESS}";
};
};