home: bat: use 'gruvbox-dark' theme
To match my `vim` configuration.
This commit is contained in:
parent
2eb1f5cc44
commit
8a6a18732a
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue