home: bat: use 'gruvbox-dark' theme
To match my `vim` configuration.
This commit is contained in:
parent
2eb1f5cc44
commit
8a6a18732a
|
@ -10,6 +10,8 @@ in
|
||||||
config.programs.bat = lib.mkIf cfg.enable {
|
config.programs.bat = lib.mkIf cfg.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
|
theme = "gruvbox-dark";
|
||||||
|
|
||||||
pager = with config.home.sessionVariables; "${PAGER} ${LESS}";
|
pager = with config.home.sessionVariables; "${PAGER} ${LESS}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue