feat(bat): configure theme
This commit is contained in:
parent
dd9172020d
commit
3e45a34ecd
2 changed files with 11 additions and 1 deletions
10
home-manager/bat.nix
Normal file
10
home-manager/bat.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, pkgs, user, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
bat = {
|
||||
enable = true;
|
||||
config.theme = "Solarized (dark)";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue