home: bat: use 'gruvbox-dark' theme
To match my `vim` configuration.
This commit is contained in:
parent
f2f2b2a98a
commit
3e86aa5ef4
|
@ -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}";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue